如何使用 Bouncy Castle 库在 C# 中使用 PGP 密钥对 txt 文件进行签名
有谁有一个关于如何使用 C# 和 Bouncy Castle 库中的 PGP 密钥对 txt 文件进行签名的示例。不加密文件,仅添加签名。
Does anyone have an example of how I can sign a txt file, using a PGP key in C# and Bouncy Castle library. Not to encrypt the file, only to add a signature.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DidiSoft的工作方式代码:
BouncyCastle源代码中还有一个示例(包括如何验证):
DidiSoft's code in a working fashion:
There is also an example in the BouncyCastle source-code (including how to verify):