C:\WINDOWS\system32>gpg --gen-key
gpg (GnuPG) 2.0.30; Copyright (C) 2015 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.
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、數(shù)字簽名算法也是RSA)
RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048) 2048 #設(shè)置密鑰的比特?cái)?shù)
Requested keysize is 2048 bits
Please specify how long the key should be valid.
0 = key does not expire
= key expires in n days
w = key expires in n weeks
m = key expires in n months
y = key expires in n years
Key is valid for? (0) 0 #設(shè)置密鑰有效期(永不過期)
Key does not expire at all
Is this correct? (y/N) y #確認(rèn)有效性
GnuPG needs to construct a user ID to identify your key.
Real name: Ron #輸入姓名
Name must be at least 5 characters long #姓名至少為5個(gè)字符
Real name: ron.zheng #輸入姓名
Email address: ron.zheng@tfschange.com #輸入郵箱地址
Comment: tfs #輸入備注
You selected this USER-ID:
"ron.zheng (tfs) "
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o #選擇OK
You need a Passphrase to protect your secret key. #彈出口令輸入界面
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: key 0452FE75 marked as ultimately trusted
public and secret key created and signed.
gpg: checking the trustdb
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 2 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 2u
pub 2048R/0452FE75 2019-03-28
Key fingerprint = 65B4 846F 7E63 A32B 34E3 A9FB C99D B8B9 0452 FE75
uid [ultimate] ron.zheng (tfs)
sub 2048R/488F27D2 2019-03-28
//輸入命令查看生成的秘鑰
gpg --list-secret-keys --keyid-format LONG
sec rsa2048/XXXXXXXXX 2020-09-22 [SC]
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
uid [ultimate] fashionbrot (描述)
ssb rsa2048/xoxoxoxoxo 2020-09-22 [E]
//然后公鑰上傳服務(wù)器 (XXXXXXXXX)是sec rsa2048/后面的
gpg --keyserver hkp://pool.sks-keyservers.net:11371 --send-keys XXXXXXXXX
gpg --keyserver keyserver.ubuntu.com --send-keys XXXXXXXXX
gpg --keyserver pgp.mit.edu --send-keys XXXXXXXXX
gpg --keyserver keys.gnupg.net --send-keys XXXXXXXXX