On 2014-04-25 00:07, Charles Spitzer wrote: > Is there a GnuPGP project anywhere that does PGP encryption that is > usable in a C# application? Bouncy Castle handles OpenPGP for C# (and Java) you can get it at http://www.bouncycastle.org/csharp/ . It uses its own license so its not GPL licensed nor part of GnuPG. It still might be useful.