Re: Automating Decryption using gpg --batch --passphrase-file or gpg --batch --passphrase-fd 0

2008-06-04 Thread guk guk
t;[EMAIL PROTECTED]> To: guk guk <[EMAIL PROTECTED]> Sent: Wednesday, June 4, 2008 6:27:09 PM Subject: Re: Automating Decryption using gpg --batch --passphrase-file or gpg --batch --passphrase-fd 0 Hi The first method is incorrect. Correct usage of --passphrase-fd is as below: gpg

Automating Decryption using gpg --batch --passphrase-file or gpg --batch --passphrase-fd 0

2008-06-03 Thread guk guk
Hi ! I tried to automate decryption of pgp files by running this command line in windows xp gpg --batch --passphrase-fd 0 < passphrase.txt --output "OUTPUT.CSV" --decrypt "OUTPUT.CSV.pgp" or gpg --batch --passphrase-file passphrase.txt --output "OUTPUT.CSV" --decrypt "OUTPUT.CSV.pgp" but

Decrypt file from PGP Desktop Professional

2008-04-03 Thread guk guk
Hi ! I'm a newbie in gnupg. If a file is encrypted using PGP Desktop Professional, is it possible for me to decrypt that file using gnupg ? If it's possible , how to do that ? Thanks You rock. That