Re: GNUPG, how to set the passphrase as parameter in comment line

2007-03-14 Thread HIRA, Shuichi
Hi, >You have a few choices: >1) remove the passphrase from the private key >2) pass the passphrase to gpg using the --passphase-fd option >3) supply the passphrase using the --pasephrase-file option >4) supply the passphrase using the --passphrase option 5) use GPGME library I think this is the

Re: GNUPG, how to set the passphrase as parameter in comment line

2007-03-14 Thread Joseph Oreste Bruni
You have a few choices: 1) remove the passphrase from the private key 2) pass the passphrase to gpg using the --passphase-fd option 3) supply the passphrase using the --pasephrase-file option 4) supply the passphrase using the --passphrase option On Mar 14, 2007, at 1:04 AM, aloha wrote: Hi

GNUPG, how to set the passphrase as parameter in comment line

2007-03-14 Thread aloha
Hi all, I m new in this forum and new in GnuPG. I m now writing a program which need to encrypt the outputted csv with GnuPG. I've wrote a batch file in windows xp to execute the gnu to encrypt, everything goes fine. But when the gnu start to encrypt, it will as me to input the passphrase. How