المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Descrypt a file - PGP



C# Programming
12-13-2012, 07:17 AM
One of our vendors is sending us files via FTP and they are going to use PGP. I'm writing a C# console program to download the files from the FTP site and decrypt them. They have also give me the .asc key file.

I'm having real trouble decrypting the file using the asc key.

Can anybody point me in the right direction?

I was going to use GnuPGDotNet but can't figure out how to tell it to use the key file.

TIA - Jeff.