{"id":2689,"date":"2025-10-18T14:38:30","date_gmt":"2025-10-18T06:38:30","guid":{"rendered":"https:\/\/thereisno.top\/?p=2689"},"modified":"2025-10-20T14:58:46","modified_gmt":"2025-10-20T06:58:46","slug":"gpg-%e5%91%bd%e4%bb%a4%e7%ae%80%e6%98%8e%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=2689","title":{"rendered":"GPG \u547d\u4ee4\u7b80\u660e\u6559\u7a0b"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u57fa\u672c\u64cd\u4f5c<\/h2>\n\n\n\n<p>1\u3001\u5217\u51fa\u7cfb\u7edf\u4e2d\u5df2\u6709\u7684\u5bc6\u94a5<\/p>\n\n\n\n<pre id=\"codecell0\" class=\"wp-block-preformatted\">gpg --list-keys\n<\/pre>\n\n\n\n<p>2\u3001\u5bfc\u5165\u5bc6\u94a5<\/p>\n\n\n\n<pre id=\"codecell1\" class=\"wp-block-preformatted\">gpg --import filepath\n<\/pre>\n\n\n\n<p>3\u3001\u52a0\u5bc6<\/p>\n\n\n\n<pre id=\"codecell2\" class=\"wp-block-preformatted\">gpg -r TOM\\&amp;JERR  [-r JACK] -o testgpg.en.txt -e testgpg.txt\n<\/pre>\n\n\n\n<!--more-->\n\n\n\n<p>4\u3001\u89e3\u5bc6\uff0c\u6ce8\u610f \u8f93\u51fa\u5fc5\u987b\u5728\u524d\u9762<\/p>\n\n\n\n<pre id=\"codecell3\" class=\"wp-block-preformatted\">gpg  -o tt.txt -d testgpg.en.txt\n<\/pre>\n\n\n\n<p>5\u3001\u7b7e\u540d gpg\u4e8c\u8fdb\u5236\u683c\u5f0f<\/p>\n\n\n\n<pre id=\"codecell4\" class=\"wp-block-preformatted\">gpg -r TOM\\&amp;JERRY  --sign testgpg.txt \n<\/pre>\n\n\n\n<p>6\u3001\u7b7e\u540d \u6587\u672c asc\u683c\u5f0f<\/p>\n\n\n\n<pre id=\"codecell5\" class=\"wp-block-preformatted\">gpg --clearsign testgpg.txt\n<\/pre>\n\n\n\n<p>7\u3001\u751f\u6210\u5355\u72ec\u7684\u7b7e\u540d\u6587\u4ef6<\/p>\n\n\n\n<pre id=\"codecell6\" class=\"wp-block-preformatted\">gpg --detach-sign testgpg.txt\n<\/pre>\n\n\n\n<p>8\u3001\u751f\u6210\u5355\u72ec\u7684\u6587\u672c\u7b7e\u540d\u6587\u4ef6<\/p>\n\n\n\n<pre id=\"codecell7\" class=\"wp-block-preformatted\">gpg --armor  --detach-sign testgpg.txt\n<\/pre>\n\n\n\n<p>9\u3001\u9a8c\u8bc1<\/p>\n\n\n\n<pre id=\"codecell8\" class=\"wp-block-preformatted\">gpg --verify  testgpg.txt.gpg \n<\/pre>\n\n\n\n<p>10\u3001\u7b7e\u540d+\u52a0\u5bc6<\/p>\n\n\n\n<pre id=\"codecell9\" class=\"wp-block-preformatted\">gpg -u  TOM\\&amp;JERRY  -r TOM\\&amp;JERRY --armor --sign --encrypt testgpg.txt\n<\/pre>\n\n\n\n<p>11\u3001\u9a8c\u8bc1\u7b7e\u540d<\/p>\n\n\n\n<pre id=\"codecell10\" class=\"wp-block-preformatted\">gpg --verify testgpg.txt.sig\n<\/pre>\n\n\n\n<p>12\u3001\u4ece\u52a0\u5bc6\u6587\u4ef6\u4e2d\u8bfb\u53d6\u539f\u59cb\u6587\u4ef6\u4fe1\u606f<\/p>\n\n\n\n<pre id=\"codecell11\" class=\"wp-block-preformatted\">gpg --list-packets oo \n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u9ad8\u9636\u5e94\u7528<\/h2>\n\n\n\n<p>13\u3001\u8bbe\u7f6e\u9ed8\u8ba4key<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u65b9\u6cd51<\/li>\n<\/ul>\n\n\n\n<pre id=\"codecell12\" class=\"wp-block-preformatted\">#uid\u7279\u6b8a\u7b26\u53f7\u9700\u8f6c\u4e49\ngpg --default-key uid [other options]\n<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u65b9\u6cd52<\/li>\n<\/ul>\n\n\n\n<pre id=\"codecell13\" class=\"wp-block-preformatted\">vi \/.gnupg\/gpg.conf\n#uid\u7279\u6b8a\u7b26\u53f7\u4e0d\u5fc5\u8f6c\u4e49\ndefault-key uid\n<\/pre>\n\n\n\n<p>14\u3001\u7f16\u8f91\u5bc6\u94a5<\/p>\n\n\n\n<p>\u8fdb\u5165\u4fee\u6539\u6a21\u5f0f<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u4f7f\u7528\u9ed8\u8ba4\u5bc6\u94a5\u8fdb\u884c\u7b7e\u540d<\/p>\n<\/blockquote>\n\n\n\n<pre id=\"codecell14\" class=\"wp-block-preformatted\">gpg --edit-key friend_pub_key\n<\/pre>\n\n\n\n<p>15\u3001\u67e5\u770b<\/p>\n\n\n\n<pre id=\"codecell15\" class=\"wp-block-preformatted\">gpg -u jack --edit-key  abc@abc.com \ngpg (GnuPG) 2.4.4; Copyright (C) 2024 g10 Code GmbH\n\n\npub  ed25519\/18********A76\n     \u521b\u5efa\u4e8e\uff1a2025-10-19  \u6709\u6548\u81f3\uff1a\u6c38\u4e0d       \u53ef\u7528\u4e8e\uff1aSC  \n     \u4fe1\u4efb\u5ea6\uff1a\u672a\u77e5        \u6709\u6548\u6027\uff1a\u672a\u77e5\nsub  cv25519\/C7********C9\n     \u521b\u5efa\u4e8e\uff1a2025-10-19  \u6709\u6548\u81f3\uff1a\u6c38\u4e0d       \u53ef\u7528\u4e8e\uff1aE   \n[ \u672a\u77e5 ] (1).  abc &lt; abc@abc.com&gt;\n\ngpg&gt; list\n\npub  ed25519\/18********A76\n     \u521b\u5efa\u4e8e\uff1a2025-10-19  \u6709\u6548\u81f3\uff1a\u6c38\u4e0d       \u53ef\u7528\u4e8e\uff1aSC  \n     \u4fe1\u4efb\u5ea6\uff1a\u672a\u77e5        \u6709\u6548\u6027\uff1a\u672a\u77e5\nsub  cv25519\/C7********C9\n     \u521b\u5efa\u4e8e\uff1a2025-10-19  \u6709\u6548\u81f3\uff1a\u6c38\u4e0d       \u53ef\u7528\u4e8e\uff1aE   \n[ \u672a\u77e5 ] (1).  abc &lt; abc@abc.com&gt;\n<\/pre>\n\n\n\n<p><code>[ \u672a\u77e5 ] (1).&nbsp; abc &lt; abc@abc.com&gt;<\/code> \u8fd9\u91cc\u663e\u793a\u7684\u672a\u77e5\uff0c\u5f53\u4f7f\u7528\u670b\u53cb\u7684\u516c\u94a5\u65f6\u4f1a\u6709\u4e0b\u9762\u63d0\u793a<\/p>\n\n\n\n<pre id=\"codecell16\" class=\"wp-block-preformatted\">gpg: C7********C9\uff1a\u4e0d\u4fdd\u8bc1\u8fd9\u4e2a\u5bc6\u94a5\u5c5e\u4e8e\u5176\u58f0\u79f0\u7684\u6240\u6709\u8005\n\nsub  cv25519\/C7********C9 2025-10-19 abc &lt;abc@abc.com&gt;\n \u4e3b\u5bc6\u94a5\u6307\u7eb9\uff1a 85********76\n      \u5b50\u5bc6\u94a5\u6307\u7eb9\uff1a 59***********C9\n\n\u8fd9\u4e2a\u5bc6\u94a5\u5e76\u4e0d\u4e00\u5b9a\u5c5e\u4e8e\u5176\u7528\u6237\u6807\u8bc6\u4e2d\u58f0\u79f0\u7684\u90a3\u4e2a\u4eba\u3002\u5982\u679c\u60a8\u771f\u7684\n\u77e5\u9053\u81ea\u5df1\u5728\u505a\u4ec0\u4e48\uff0c\u60a8\u53ef\u4ee5\u5728\u4e0b\u4e00\u4e2a\u95ee\u9898\u56de\u7b54 yes\u3002\n\n\u65e0\u8bba\u5982\u4f55\u90fd\u8981\u4f7f\u7528\u8fd9\u4e2a\u5bc6\u94a5\u5417\uff1f(y\/N) \n<\/pre>\n\n\n\n<p>\u4f7f\u7528Ubuntu\u7684\u201c\u5bc6\u7801\u548c\u5bc6\u94a5\u201d\u67e5\u770b\uff0c\u6ce8\u610f\u7ea2\u7ebf\u5708\u51fa\u4f4d\u7f6e <img decoding=\"async\" alt=\"\" src=\"https:\/\/doc.thereisno.top\/_images\/25.png\"><\/p>\n\n\n\n<p>16\u3001\u6dfb\u52a0\u4fe1\u4efb<\/p>\n\n\n\n<pre id=\"codecell17\" class=\"wp-block-preformatted\">&gt; trust\n<\/pre>\n\n\n\n<p>\u6309\u7167\u63d0\u793a\u64cd\u4f5c\u5373\u53ef\uff0c\u6b64\u65f6\u4fe1\u4efb\u5ea6\u4f1a\u53d8\u6210\u6240\u9009\uff0c\u4f46\u662f\u6709\u6548\u6027\u4ecd\u662f\u672a\u77e5\uff0c\u53ef\u4ee5\u901a\u8fc7<code>tsign<\/code>\u8fdb\u884c\u7b7e\u540d\u3002\u5982\u679c\u7528<code>tsign<\/code>\uff0c\u4e0a\u9762\u7684<code>trust<\/code>\u53ef\u4ee5\u7701\u7565<\/p>\n\n\n\n<pre id=\"codecell18\" class=\"wp-block-preformatted\">&gt; sign\/lsign\/tsign\n<\/pre>\n\n\n\n<p>\u6309\u7167\u63d0\u793a\u64cd\u4f5c\u5373\u53ef<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u64cd\u4f5c\u5b8c\uff0c\u4e0d\u8981\u5fd8\u4e86\u7528 save \u547d\u4ee4\u4fdd\u5b58\u4fee\u6539<\/p>\n<\/blockquote>\n\n\n\n<p>\u6267\u884c\u540e\u4e0a\u56fe\u7ea2\u7ebf\u5708\u51fa\u4f4d\u7f6e\u5c06\u53d8\u5316\uff0c\u548c\u56fe\u5f62\u754c\u9762\u4e2d\u70b9\u51fb\u201c\u7b7e\u7f72\u5bc6\u94a5\u201d\u529f\u80fd\u4e00\u81f4\u3002<\/p>\n\n\n\n<p>17\u3001\u6307\u5b9a\u5bc6\u94a5\u8fdb\u884c\u7f16\u8f91<\/p>\n\n\n\n<p>\u4f7f\u7528 -u \u53c2\u6570<\/p>\n\n\n\n<pre id=\"codecell19\" class=\"wp-block-preformatted\">gpg -u mykeyuid --edit-key friend_pub_key \n<\/pre>\n\n\n\n<p>18\u3001\u540a\u9500\u7b7e\u540d<\/p>\n\n\n\n<pre id=\"codecell20\" class=\"wp-block-preformatted\">&gt; revsig      \u540a\u9500\u6240\u9009\u7528\u6237\u6807\u8bc6\u4e0a\u7684\u7b7e\u540d\n<\/pre>\n\n\n\n<p>19\u3001\u6e05\u7406<\/p>\n\n\n\n<pre id=\"codecell21\" class=\"wp-block-preformatted\">&gt; clean\n\n&gt; minimize\n<\/pre>\n\n\n\n<p>\u6b64\u65f6\uff0c\u7b7e\u540d\u867d\u7136\u540a\u9500\uff0c\u4f46\u662f\u4ecd\u7136\u53ef\u4ee5\u770b\u5230\uff0c\u53ef\u4ee5\u6e05\u7406\u65e0\u6548\u7684\u7b7e\u540d,<code>clean<\/code> <code>minimize<\/code>\uff0c\u5e2e\u52a9\u4e2d\u770b\u4e0d\u51fa\u4e8c\u8005\u533a\u522b\uff0c\u4f46\u5b9e\u9645\u4e0a\uff0c\u6267\u884c\u540e\u867d\u7136\u90fd\u63d0\u793a <code>\u7528\u6237\u6807\u8bc6 abc &lt;abc@abc.com&gt;\uff1a1 \u4e2a\u7b7e\u540d\u88ab\u79fb\u9664<\/code>\uff0c\u4f46\u662f<code>clean<\/code>\u540e\uff0c\u7b7e\u540d\u4ecd\u7136\u5b58\u5728\uff0c\u4e0d\u77e5\u9053\u662f\u4e0d\u662fbug\u3002<\/p>\n\n\n\n<p>20\u3001delsig<\/p>\n\n\n\n<p><code>delsig<\/code>\u5e2e\u52a9\u4fe1\u606f\u662f\uff1a\u4ece\u6240\u9009\u7528\u6237\u6807\u8bc6\u4e0a\u5220\u9664\u7b7e\u540d\uff0c\u4f46\u5b9e\u9645\u662f\u201c\u5220\u9664\u670b\u53cb\u516c\u94a5 <strong>\u81ea\u5df1<\/strong> \u7684\u7b7e\u540d\u201d\u3002\u6267\u884c\u65f6\u63d0\u793a\uff1a<\/p>\n\n\n\n<pre id=\"codecell22\" class=\"wp-block-preformatted\">&gt; delsig \n\u60a8\u5fc5\u987b\u9009\u62e9\u81f3\u5c11\u4e00\u4e2a\u7528\u6237\u6807\u8bc6\u3002 \n\uff08\u4f7f\u7528\u2018uid\u2019 \u547d\u4ee4\u3002)\n<\/pre>\n\n\n\n<p>\u4ee4\u4eba\u56f0\u60d1\uff0c\u6478\u7d22\u4e86\u597d\u4e45\u624d\u627e\u5230\u64cd\u4f5c\u65b9\u6cd5\u3002\u8fd8\u8bb0\u5f97\u524d\u9762\u67e5\u770b\u5bc6\u94a5\u65f6<code>[ \u672a\u77e5 ] (1).&nbsp; abc &lt; abc@abc.com&gt; uid<\/code>\u524d\u9762\u7684(1)\u5417\uff0c\u539f\u6765\u662f\u64cd\u4f5c\u5e8f\u53f7\uff0c\u9009\u4e2d\u540e\uff0c\u540e\u9762\u4f1a\u591a\u4e00\u4e2a<code>*<\/code>\u3002<\/p>\n\n\n\n<pre id=\"codecell23\" class=\"wp-block-preformatted\">gpg&gt; uid 1\n\npub  ed25519\/18********A76\n     \u521b\u5efa\u4e8e\uff1a2025-10-19  \u6709\u6548\u81f3\uff1a\u6c38\u4e0d       \u53ef\u7528\u4e8e\uff1aSC  \n     \u4fe1\u4efb\u5ea6\uff1a\u672a\u5b9a\u4e49     \u6709\u6548\u6027\uff1a\u672a\u77e5\nsub  cv25519\/C7********C9\n     \u521b\u5efa\u4e8e\uff1a2025-10-19  \u6709\u6548\u81f3\uff1a\u6c38\u4e0d       \u53ef\u7528\u4e8e\uff1aE   \n[ \u672a\u77e5 ] (1)*  abc &lt; abc@abc.com&gt;\n\ngpg&gt; delsig\nuid   abc &lt; abc@abc.com&gt;\nsig!3        18********A76 2025-10-19  [\u81ea\u7b7e\u540d]\n<\/pre>\n\n\n\n<p>\u6267\u884c\u540e\u516c\u94a5\u4e0d\u80fd\u518d\u7528\u6765\u7b7e\u540d\u3001\u52a0\u5bc6\u7b49\u64cd\u4f5c<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u57fa\u672c\u64cd\u4f5c 1\u3001\u5217\u51fa\u7cfb\u7edf\u4e2d\u5df2\u6709\u7684\u5bc6\u94a5 gpg &#8211;list-keys 2\u3001\u5bfc\u5165\u5bc6\u94a5 gpg &#8211;import f &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/thereisno.top\/?p=2689\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201cGPG \u547d\u4ee4\u7b80\u660e\u6559\u7a0b\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[103],"tags":[274],"class_list":["post-2689","post","type-post","status-publish","format-standard","hentry","category-103","tag-gpg"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/2689","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2689"}],"version-history":[{"count":5,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/2689\/revisions"}],"predecessor-version":[{"id":2696,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/2689\/revisions\/2696"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}