I'm looking for a free, open source API for encrypting and decrypting PGP files. I'd like to use it in closed source products, as well as open source ones, so it would have to be a license other than the GPL.
+1
A:
Bouncycastle is a library that is very useful for doing encryption work.
Searching for Bouncycastle + PGP turns up this blog post, which looks very useful. It's in Java, but the C# port is nearly identical to the Java code: http://cephas.net/blog/2004/04/01/pgp-encryption-using-bouncy-castle/
Michael Donohue
2009-07-23 15:53:03
+1
A:
For stable, well-supported and updated PGP-compatible library check our OpenPGPBlackbox components. While not free, they come with documentation and samples.
Eugene Mayevski 'EldoS Corp
2010-04-06 20:37:45
That doesn't directly answer my question since its not open source, but good to know.
Justin Dearing
2010-08-26 15:40:34