diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..531750f --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2023 NibbleGap + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/index.html b/index.html new file mode 100644 index 0000000..65d3157 --- /dev/null +++ b/index.html @@ -0,0 +1,578 @@ + + + + + + + + + +
+ NibblePGP +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + + + + +
+ +
+ +
+
+ +
+
+

Options

+
+
+
+
+ +
+
+ +
Required
+
+
+ +
+ +
+
+ +
Required
+
+ Email address: Why it is required? +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
Required
+
+
+ +
+ +
+
+ +
Required
+
+
+ +
+ +
+
+ +
Required
+
+
+ +
+ +
+
+ +
Required
+
+ Passphrase: What is this? +
+ + + Click here to regenerate another pair of key +
+
+
+ +
+
+ + + + +
+
+

Public Key

+
+ +
+ +
+
+

Private Key

+
+ +
+ +
+
+ +
+ + +
+
+
+
+
+

Your Private Key

+
+
+ + +
+
+
+ +
+ +
+
+
+ +
+
+
+

Your Message in Plain Text

+
+
+ +
+
+
+ + +
+
+
+
+

Signed Message

+
+
+ +
+
+
+
+ + +
+
+
+
+
+

Signer's Public Key

+
+
+ +
+
+
+
+ +
+
+
+

PGP-signed Message

+
+
+ +
+
+
+ + +
+
+ +
+
+

Raw Message and Status

+
+
+ +
+
+
+
+ + +
+
+
+
+
+

Reсeiver's Public Key

+
+
+ +
+
+
+
+
+
+

Signer's Private Key (For signing purpose)

+
+
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+

Your Message in Plain Text

+
+
+ +
+
+
+ + +
+
+ +
+
+

Encrypted PGP Message

+
+
+ +
+
+
+
+ + +
+
+
+
+
+

Receiver's Private Key (For decryption purpose)

+
+
+ +
+
+ +
+
+ +
+
+
+
+
+

Signer's Public Key

+
+
+ +
+
+
+
+
+ +
+
+
+

Encrypted PGP Message

+
+
+ +
+
+
+ + + + +
+
+ +
+
+

Decrypted Message in Plain Text

+
+ +
+
+
+
+ + +
+
+
+ +
+
+ Yes, it is as safe as + generating your keys using a local application. The key generation on + this website is done client-side only. This means the key pairs are + generated entirely in your web browser and they never leave your + computer. This website never sees any key related data or the key + itself. +
+
+
+
+ +
+
+ Sure. For starters, it + enforces using a passphrase with each key generated. This ensures some + level of protection if your key is ever stolen. It also automatically + generates two subkeys for you, one for signing and the other for + encryption. You can use your subkeys to sign and encrypt data and keep + your private key safe. The bit length of generated subkeys will be + identical to the length you specified for the primary key. The primary + key it generates for you never expires. You can, however, set the + expiration date on the generated subkeys using the 'Expire' option in + the key generation form. +
+
+
+
+ +
+
+ Elliptic Curve Cryptography + (ECC) is an approach to public-key cryptography based on the algebraic + structure of elliptic curves over finite fields. One of the main + benefits in comparison with non-ECC cryptography (with plain Galois + fields as a basis) is the same level of security provided by keys of + smaller size. For example, a 256-bit ECC public key should provide + comparable security to a 3072-bit RSA public key. ECC is still not + widely supported in many PGP client applications so I advise that you + generate ECC keys only if you know what you're doing. You can read more + about it at RFC 6637. +
+
+
+
+ +
+
+ PGP key generation is a + resource intensive process. As a result, your may experience increased + CPU and memory usage on your device, which can result in performance + issues. The performance impact depends on the hardware capabilities of + your device. +
+
+
+
+
+ + +
+
Pretty Good Privacy (PGP) is a data encryption and decryption computer program + that provides cryptographic privacy and authentication for data communication. + PGP is often used for signing, encrypting, and decrypting texts, e-mails, files, + directories, and whole disk partitions and to increase the security of e-mail + communications. It was created by Phil Zimmermann in 1991. PGP and similar + software follow the OpenPGP standard (RFC 4880) for encrypting and decrypting + data. Source: + Wikipedia +
+ +

+ This site only provides a simple and easy-to-use tool for people to generate PGP keys + with. Today, the common methods for generating keys still involve going to a command + prompt of a Linux/Unix machine and using the GPG utility, or installing a PGP compatible + application on your desktop. We wanted to provide an easier way to generate keys. None of + this would be possible without the awesome Open Source software we utilizing. We + using KeyBase's awesome JavaScript implementation of + PGP (kbpgp). For file saving capabilities + we am utilizing Eli Grey's wonderful + FileSaver.js interface. +

+ +

+ This site is Open Source and the source code is available on private Git server under MIT license. This project has been updated with the forked versions from Ramuta , TheChiefMeat and heiswayi. +

+
+ +
+ +
+ +
+
+
+ + + +
+
+ +
+ + + +