为什么GPG定位的keys Public的装甲publick密钥与PGP公共密钥服务器密钥不同?

发布于 2025-01-18 22:42:04 字数 941 浏览 2 评论 0原文

我试图使用 GnuPG

  1. gpg --locate-keys 验证 linux-firmware 的签名[电子邮件受保护]
  2. 我有公钥: gpg --export --armor | less 这个密钥有 88 行
  3. 我使用公共 PGP 服务器并在以下位置找到了公钥 https://pgp.surfnet.nl/pks/lookup?search= jboyer%40redhat.com
  4. 我开始将定位密钥密钥与一种形式的公钥服务器进行比较 - 它们具有相同的指纹,开始时相同,但在中间短时间后不匹配88行版本。
  5. 我从 PGP 服务器导入密钥并制作 gpg --export --armor |再次减少 - 该密钥有 945 行
  6. gpg --verify linux-firmware-20210208.tar.asc 显示相同的主密钥 密钥指纹并且两个密钥都没有错误 - 来自 gpg -locate-keys 的短 88 行和来自公共服务器的长 945 行

我正在比较两个相同密钥的“PGP PUBLIC KEY BLOCK”[电子邮件受保护] 具有相同的指纹但长度不同。

为什么有两个指纹相同但长度不同的公钥?

I was trying to verify signature of linux-firmware with GnuPG

  1. gpg --locate-keys [email protected]
  2. I've got publick key with : gpg --export --armor | less This key have 88 lines
  3. I used public PGP server and found public key at
    https://pgp.surfnet.nl/pks/lookup?search=jboyer%40redhat.com
  4. I start to compare locate-keys key with one form public key server - they have same fingerpring, same at begining but don't match after a middle of short 88 lines version.
  5. I imported key from PGP server and make gpg --export --armor | less again - this key had 945 lines
  6. gpg --verify linux-firmware-20210208.tar.asc showed same Primary
    key fingerpring and no errors for both keys - short 88 lines from gpg -locate-keys and long 945 lines from public server

I am comparing "PGP PUBLIC KEY BLOCK" of two same keys [email protected] with same fingerprint but different length.

Why there is two public keys with same fingerprints and different length?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

望她远 2025-01-25 22:42:05
gpg --list-packets keyfile

向我展示了“PGP 公钥块”具有复杂的格式,并在“签名包”块中保留了一些我目前不理解的历史记录。
两个密钥具有不同数量的“签名包”块。

gpg --list-packets keyfile

showed me that "PGP PUBLIC KEY BLOCK" has complex format and keep some history within "signature packet" blocks that I don't understand for now.
Two keys has differen count of "signature packat" blocks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文