Hello Java people, can anyone recommend a decent open source PGP API for Java?
Basically I need something to help me implement signing and encrypting FOAF files from a Java application.
Recommendations most welcome. I’ll provide a summary of anything I find (either through your kind help gentle reader, or as a result of the almightly bashing I’m about to give Google).
4 thoughts on “Java and PGP?”
Comments are closed.
Cryptix have an OpenPGP implementation (though it’s still in an Alpha state).
http://www.cryptix.org/products/openpgp/index.html
Hi Andrew, thanks for the pointer my own digging around (rough notes available here) didn’t find a great deal other than this implementation.
I’ll be taking a closer look at this over the next week or two.
Did you find one?
How about: http://www.cryptography.ch/uni/pgpjava/
Look also at “http://www.bouncycastle.org/”
and at “http://www.linuxgazette.com/node/view/359”
(Doing PGP with Java and Bouncy Castle)!