Are there any Non GPL Open Source PGP libraries for .NET out there -
I am looking for a free, open source API for encrypting and decrypting PGP files. I want to use it in closed source products, as well as open source, so it has to be a license other than GPL.
is a library which is very useful for performing encryption tasks.
Looking for Bouncycastle + PGP changes this blog post, which looks very useful. It is in Java, but the C # port is similar to the Java code:
Comments
Post a Comment