-
PGP Files
Hi gurus
I am going to through this in here after searching this forum, here s what I want to accomplish.
I would like to decrypt a files that sis coming to me as pgp, is there anyway of doing this. without the pgp command or any other third party dll. or I rememeber A long time ago there was a .dll called NSDpgp3.dll but it only works with vb6 ( sdpgp3 was free)
thanks for any help
vb.net 2003
-
Re: PGP Files
You are going to need a 3rd party dll, unless you want to build the entire encryption/decryption stuff.
There is an example using ASP.Net, but the same concepts apply:
http://www.codeguru.com/csharp/.net/...icle.php/c4699
-
Re: PGP Files [RESOLVED]