On 09/08/2011 02:54 PM, ved...@nym.hush.com wrote: > Is there an option in gnupg like the '-m' option in pgp which > allows the display of decrypted plaintext on the screen instead of > saving to file,
you could try using stdin and stdout. For example: gpg --decrypt < file.asc (or pipe that into your favorite non-caching pager, e.g. /usr/bin/less) gpg --encrypt --armor -r $recipient (then type your message, and end with a ctrl-D after the last newline) hth, --dkg
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users