使用 BouncyCastle 验证 PgP 加密和签名文件

发布于 2024-12-02 10:52:29 字数 555 浏览 1 评论 0原文

我正在 c# 中的 bouncycastle 库的帮助下使用 PgP 签署文档。如何验证已签名的文档以确保其由正确的人签名,甚至识别签名者。

我正在使用 问题,进行一些小的修改来签署文件。密钥是自行生成的。

编辑: 我可以使用此 链接。然而,在加密和签名的文件中,我无法获取用于验证的 PgpSignatureList 。然而,我能够获得 LiteralData 和解密工作。

问候

I'm signing a document using PgP with the help of the bouncycastle library in c#. How do I verify a signed document to ensure that it is signed by the correct person or to even identify who signed it.

I'm using the code from the question with some little modifications to sign the file. The keys are self generated.

Edit:
I'm able to verify a signed file using information from this link. In an encrypted and signed file, I'm however unable to get the PgpSignatureList to use for verification. I'm however able to get the LiteralData and decryption works.

regards

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

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

发布评论

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

评论(1

扭转时空 2024-12-09 10:52:29

Bouncy Castle C# 项目包含 等效示例

The Bouncy Castle C# project contains an equivalent example.

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