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.