$ gpg --full-generate-key gpg (GnuPG) 2.2.27; Copyright (C) 2021 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: directory '/home/zerohertz/.gnupg' created gpg: keybox '/home/zerohertz/.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) (14) Existing key from card Your selection? 1 RSA keys may be between 1024 and 4096 bits long. What keysize do you want? (3072) 4096 Requested keysize is 4096 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) 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: Zerohertz Email address: ohg3417@gmail.com Comment: You selected this USER-ID: "Zerohertz <ohg3417@gmail.com>"
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: /home/zerohertz/.gnupg/trustdb.gpg: trustdb created gpg: key ${Pub_Key} marked as ultimately trusted gpg: directory '/home/zerohertz/.gnupg/openpgp-revocs.d' created gpg: revocation certificate stored as '/home/zerohertz/.gnupg/openpgp-revocs.d/${Fingerprint}.rev' public and secret key created and signed.
$ gpg --list-keys /home/zerohertz/.gnupg/pubring.kbx ---------------------------------- pub rsa4096 2023-08-09 [SC] ${Fingerprint} uid [ultimate] Zerohertz <ohg3417@gmail.com> sub rsa4096 2023-08-09 [E] $ gpg --list-secret-keys /home/zerohertz/.gnupg/pubring.kbx ---------------------------------- sec rsa4096 2023-08-09 [SC] ${Fingerprint} uid [ultimate] Zerohertz <ohg3417@gmail.com> ssb rsa4096 2023-08-09 [E] $ gpg --delete-secret-key ${Fingerprint} gpg (GnuPG) 2.2.27; Copyright (C) 2021 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.
Delete this key from the keyring? (y/N) y This is a secret key! - really delete? (y/N) y gpg --delete-keys Zerohertz gpg (GnuPG) 2.2.27; Copyright (C) 2021 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.