encrypting files in a script
Albert
gnupg at ml0402.albert.uni.cc
Tue Apr 20 19:49:58 CEST 2004
Am Dienstag, 20. April 2004 17:47 schrieb Ken T Takusagawa:
> How do I mark the key as trusted
I didn't read the whole thread, but maybe this helps:
I use the following:
echo "Password" | gpg --quiet --no-tty --pgp8 --batch
--passphrase-fd 0 --charset iso-8859-15 --force-mdc
--no-secmem-warning --symmetric --output "createdfile"
"originalfile"
| gpg --local-user $SENDER --no-secmem-warning --quiet --textmode
--clearsign --trusted-key "$LONGKEYID" \
...
Albert
More information about the Gnupg-users
mailing list