使用 C# 的 GnuPG 包装器
我使用 GnuPG 和 C# 通过导入的公钥来加密文件。 但是当我尝试加密时,GnuPG 使用主用户的公钥加密文件。 我确信我通过了正确的收件人。
I use GnuPG and C# to encrypt files with imported public keys. But when I try to make encryption, GnuPG encrypt file with public key of main user. I'm sure that I pass right recipient.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用我的 C#(和 VB.NET)开源免费 GnuPG 包装器。 所有代码均通过 MIT 授权,非 GPL 限制。 您可以在 CodePlex 上找到带有源代码的版本。 寻找 Alpha 版本以找到 GPG 库。
http://biko.codeplex.com/
示例:
You can try using my open source and free GnuPG wrapper for C# (and VB.NET). All the code is licensed via MIT, non-GPL restrictions. You can find the release with source code at CodePlex. Look for the Alpha release to find the GPG library.
http://biko.codeplex.com/
Example: