I need to use a client's public key to encrypt some csv files as part of an automated package in a windows 2003 domain. Can anyone recommend a PGP package (preferably opensource).
Asked
Active
Viewed 83 times
2 Answers
1
I use this:

Leo
- 1,038
- 1
- 8
- 13
-
Just to make your life easier: once your public key is created or imported; all you have to script on the command line is: gpg -e -r {recipient} file.name.csv --- this will output your gpg encrypted file. – Leo Sep 10 '10 at 13:29