1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
| PS C:\Users\user> cmd Microsoft Windows [Version 10.0.22000.282] (c) Microsoft Corporation. All rights reserved.
C:\Users\user>gpg --version gpg (GnuPG) 2.3.3 libgcrypt 1.9.4 Copyright (C) 2021 g10 Code GmbH License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Home: C:\Users\user\AppData\Roaming\gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 AEAD: EAX, OCB Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2
C:\Users\user>gpg --full-generate-key gpg (GnuPG) 2.3.3; Copyright (C) 2021 g10 Code GmbH This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Please select what kind of key you want: (1) RSA and RSA (2) DSA and Elgamal (3) DSA (sign only) (4) RSA (sign only) (9) ECC (sign and encrypt) *default* (10) ECC (sign only) (14) Existing key from card Your selection? 9 Please select which elliptic curve you want: (1) Curve 25519 *default* (4) NIST P-384 (6) Brainpool P-256 Your selection? 1 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) 2y Key expires at 2023-10-21 ���� 12:15:12 ���ѹα� ǥ�ؽ� Is this correct? (y/N) y
GnuPG needs to construct a user ID to identify your key.
Real name: GeunChang Ahn Email address: 13996827+rkaehdaos@users.noreply.github.com Comment: GeunChang's Personal GitHub Account You selected this USER-ID: "GeunChang Ahn (GeunChang's Personal GitHub Account) <13996827+rkaehdaos@users.noreply.github.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. gpg: AllowSetForegroundWindow(19040) failed: ������ �źεǾ����ϴ�. gpg: AllowSetForegroundWindow(10180) failed: ������ �źεǾ����ϴ�. 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: key 76C333DDD6D2889A marked as ultimately trusted gpg: directory 'C:\\Users\\user\\AppData\\Roaming\\gnupg\\openpgp-revocs.d' created gpg: revocation certificate stored as 'C:\\Users\\user\\AppData\\Roaming\\gnupg\\openpgp-revocs.d\\662093FE99C905D96A3BDDE876C333DDD6D2889A.rev' public and secret key created and signed.
pub ed25519 2021-10-21 [SC] [expires: 2023-10-21] 662093FE99C905D96A3BDDE876C333DDD6D2889A uid GeunChang Ahn (GeunChang's Personal GitHub Account) <13996827+rkaehdaos@users.noreply.github.com> sub cv25519 2021-10-21 [E] [expires: 2023-10-21]
C:\Users\user>gpg --armor --export 662093FE99C905D96A3BDDE876C333DDD6D2889A -----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEYXDbsBYJKwYBBAHaRw8BAQdA4Gxs3JFWnfw6dig7jhNgBQtSk6C9Eop3wZ+9 tlTyu1C0YUdldW5DaGFuZyBBaG4gKEdldW5DaGFuZydzIFBlcnNvbmFsIEdpdEh1 YiBBY2NvdW50KSA8MTM5OTY4MjcrcmthZWhkYW9zQHVzZXJzLm5vcmVwbHkuZ2l0 aHViLmNvbT6ImgQTFgoAQhYhBGYgk/6ZyQXZajvd6HbDM93W0oiaBQJhcNuwAhsD BQkDwmcABQsJCAcCAyICAQYVCgkICwIEFgIDAQIeBwIXgAAKCRB2wzPd1tKImru7 AP9vEqj0etCuyx29sr2a86GUv9tyUUQf4rad56sGks+W4wD+Nu6DVgoM+fEwmvcR 1U1Q4W0nzTCSEe8ERlAquzhtrwu4OARhcNuwEgorBgEEAZdVAQUBAQdAhQmsXzxm eBPs0ww2nYskTgOMcDm6mm17hUJP72tsvigDAQgHiH4EGBYKACYWIQRmIJP+mckF 2Wo73eh2wzPd1tKImgUCYXDbsAIbDAUJA8JnAAAKCRB2wzPd1tKImu9wAQChz2GA RCgKb+d67Av65mTkkTSte1MO2butyapmgqHgWAEAjVP2ivKCg1iEssLWLP65XUKQ 6sZjtFSyCMSJUhe9lA8= =X5uU -----END PGP PUBLIC KEY BLOCK-----
C:\Users\user>
|