在 Linux 上运行的 Java 应用程序中使用 PGP 兼容的文件加密的推荐解决方案?

发布于 2024-09-10 15:45:49 字数 361 浏览 4 评论 0原文

我需要替换现有的应用程序,除其他外,该应用程序需要以与 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 技术交流群。

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

发布评论

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

评论(2

甜宝宝 2024-09-17 15:45:49

Cryptix 是另一个选择,但看起来该项目已于 2005 年被放弃。Cryptix 网站推荐 充气城堡

Cryptix is another option, but it looks like the project was abandoned in 2005. The Cryptix website recommends Bouncy Castle instead.

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