在 Linux 上运行的 Java 应用程序中使用 PGP 兼容的文件加密的推荐解决方案?
我需要替换现有的应用程序,除其他外,该应用程序需要以与 PGP Desktop 兼容的方式加密/解密/签名消息和文件。
新应用程序是用 Java (JDK 1.6) 编写的,并将在 Linux 上运行。
在调查了可用的内容后,我发现 BouncyCastle 支持 OpenPGP
。否则,JCE 不会附带与 PGP 兼容的安装。
我希望尽可能避免从 PGP 调用官方命令行客户端作为外部进程(并且花费数千美元)。
还有其他选择还是就这个?
谢谢。
I need to replace an existing application that, among other things, will need to encrypt/decrypt/sign messages and files in a manner compatible with PGP Desktop.
The new application is written in Java (JDK 1.6) and will run on Linux.
After surveying what's available, I see BouncyCastle supports OpenPGP
. Otherwise, JCE doesn't come with a PGP-compatible installation.
Calling the official command line client from PGP as an external process is something I would like to avoid as much as possible (and it costs thousands of Dollars).
Are there any other options or this is it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DidiSoft 销售 适用于 Java 的 OpenPGP 库。
DidiSoft sells OpenPGP Library for Java.
Cryptix 是另一个选择,但看起来该项目已于 2005 年被放弃。Cryptix 网站推荐 充气城堡。
Cryptix is another option, but it looks like the project was abandoned in 2005. The Cryptix website recommends Bouncy Castle instead.