Last active
January 5, 2023 19:10
-
-
Save mnadeem/d22ac5d77e8568c4ca8236bdf74f24a5 to your computer and use it in GitHub Desktop.
GPG full key gen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Nadeem>gpg --full-gen-key | |
gpg (GnuPG) 2.1.15; Copyright (C) 2016 Free Software Foundation, Inc. | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
gpg: keybox 'C:/Users/Nadeem/AppData/Roaming/gnupg/pubring.kbx' created | |
Please select what kind of key you want: | |
(1) RSA and RSA (default) | |
(2) DSA and Elgamal | |
(3) DSA (sign only) | |
(4) RSA (sign only) | |
Your selection? 1 | |
RSA keys may be between 1024 and 4096 bits long. | |
What keysize do you want? (2048) | |
Requested keysize is 2048 bits | |
Please specify how long the key should be valid. | |
0 = key does not expire | |
<n> = key expires in n days | |
<n>w = key expires in n weeks | |
<n>m = key expires in n months | |
<n>y = key expires in n years | |
Key is valid for? (0) | |
Key does not expire at all | |
Is this correct? (y/N) y | |
GnuPG needs to construct a user ID to identify your key. | |
Real name: Nadeem Mohammad | |
Email address: [email protected] | |
Comment: | |
You selected this USER-ID: | |
"Nadeem Mohammad <[email protected]>" | |
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o | |
We need to generate a lot of random bytes. It is a good idea to perform | |
some other action (type on the keyboard, move the mouse, utilize the | |
disks) during the prime generation; this gives the random number | |
generator a better chance to gain enough entropy. | |
We need to generate a lot of random bytes. It is a good idea to perform | |
some other action (type on the keyboard, move the mouse, utilize the | |
disks) during the prime generation; this gives the random number | |
generator a better chance to gain enough entropy. | |
gpg: C:/Users/Nadeem/AppData/Roaming/gnupg/trustdb.gpg: trustdb created | |
gpg: key 27835B3BD2A2061F marked as ultimately trusted | |
gpg: directory 'C:/Users/Nadeem/AppData/Roaming/gnupg/openpgp-revocs.d' created | |
gpg: revocation certificate stored as 'C:/Users/Nadeem/AppData/Roaming/gnupg/openpgp-revocs.d\5694AA563793429557F1727835B3BD2A223A.rev' | |
public and secret key created and signed. | |
pub rsa2048 2016-08-29 [SC] | |
5694AA563793429557F1727835B3BD2A223A | |
uid Nadeem Mohammad <[email protected]> | |
sub rsa2048 2016-08-29 [E] | |
C:\Users\Nadeem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment