vote up 0 vote down star

We would like to automate the decryption of PGP files to our site so they my be processed.

Our clients send PGP encrypted files to us via FTP. We have written a service which consumes these files and does stuff with the data. The problem we are having is determining a good (perhaps easy) way to decrypt the files from the service or using some other automated method.

The application is on the .NET platform 2.0.

flag

70% accept rate

1 Answer

vote up 1 vote down check

This was asked and answered already here:

http://stackoverflow.com/questions/787398/pgp-library-for-c

Basically you can do it on the command line with openpgp, use a 3rd party library, or the bouncy castle app included with visual studio.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.