I'm trying to encrypt a .tar.gz with a passphrase from a shell script. I've tried gpg2 --passphrase whatever -c but then gnupg-agent pops up a dialog asking for a password.
Never used GnuPG before so i know nothing about it.
|
I'm trying to encrypt a .tar.gz with a passphrase from a shell script. I've tried gpg2 --passphrase whatever -c but then gnupg-agent pops up a dialog asking for a password. Never used GnuPG before so i know nothing about it.
| |||
|
feedback
|
gpg --passphrase-file filenameinstead. – Dennis Williamson Jan 13 '11 at 19:51