针对 Java 的建议 开放PGP?
I want to develop a small OpenPGP client and I'm searching for a Java library for OpenPGP.
Are there any (open source) recommendations for this approach?
Cryptix.org does not seem alive anymore...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我找到了用于 Java 和 C# 的 BouncyCastle 库。 我对此没有任何经验。 我会尝试一下并在这里报告。
它提供:
(来自 BouncyCastle.org)
I found the BouncyCastle library, for Java and C#. I haven't any experiences with it. I will try it and report here.
It provides:
(from BouncyCastle.org)
BouncyCastle 之上有一个商业库: http://www.didisoft.com/ 大大简化了BouncyCastle API。
我没试过,只是发现jGuru上提到过。
我认为单独使用 BouncyCastle 是安全的。 他们的库正在开发中,他们提供 openpgp 示例......
There is a commercial library on top of BouncyCastle: http://www.didisoft.com/ which greatly simplifies the BouncyCastle API.
I have not tried it just found it mentioned on jGuru.
I think it's safe to go with BouncyCastle alone. Their library is under development and they provider openpgp examples...
只是为了完整起见:我们的 SecureBlackbox(Java 版本)包括适用于 Java 和 Android 的 OpenPGP 组件 ,比 BouncyCastle 丰富得多,并且有支持、示例和文档。
Just for completeness: our SecureBlackbox (Java edition) includes OpenPGP components for Java and Android, much richer than in BouncyCastle, and with support, samples and documentation.
有 PGPJava,但它相当老了。
There's PGPJava, but it's pretty old.
您可能想尝试 PGPainless,它也基于 Bouncycastle,并且在 OpenPGP 互操作性测试套件。
You might want to try PGPainless which is also based on Bouncycastle, and scores pretty good on the OpenPGP Interoperability Test Suite.