0

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).

mike42
  • 86
  • 7

2 Answers2

1

I use this:

http://www.gpg4win.org/

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
1

Well, GPG has windows binaries.

EEAA
  • 109,363
  • 18
  • 175
  • 245