0

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.

onkar
  • 4,427
  • 10
  • 52
  • 89
wishihadabettername
  • 14,231
  • 21
  • 68
  • 85
  • You can call the GPG command-line client; it works like PGP, but doesn't cost thousands of dollars. – caf Jul 20 '10 at 01:41

2 Answers2

2

DidiSoft sells OpenPGP Library for Java.

Derek Mahar
  • 27,608
  • 43
  • 124
  • 174
0

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

Derek Mahar
  • 27,608
  • 43
  • 124
  • 174