Thomas Chitwood wrote: > > Thanks for the info Doug. I don't think I have ever encrypted a file > with more than one key. Would the command be something like the example > below? > > gpg --output test.txt.gpg --encrypt --recipient 359B3EB2 DAE72D59 > test.txt (where 359B3EB2 is their key and DAE72D59 is our key) >
-e == --encrypt
-r == --recipient
gpg --output test.txt.gpg -e -r 0x359B3EB2 -r 0xDAE72D59 test.txt
Alternatively, you can set default-recipient in gpg.conf to your key
--
John P. Clizbe Inet:John (a) Mozilla-Enigmail.org
FSF Assoc #995 / FSFE Fellow #1797 hkp://keyserver.gingerbear.net or
mailto:[email protected]?subject=help
Q:"Just how do the residents of Haiku, Hawai'i hold conversations?"
A:"An odd melody / island voices on the winds / surplus of vowels"
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
