C# .dll availability?

Robert J. Hansen rjh at sixdemonbag.org
Fri Apr 25 02:51:23 CEST 2014


> Is there a GnuPGP project anywhere that does PGP encryption that is
> usable in a C# application?

Yes; gpgme-sharp.  However, since it P/Invokes out to native code it's
limited to 32-bit only.  This may be a problem if your code has to run
in a 64-bit .NET environment.



More information about the Gnupg-users mailing list