Hi, I want to pass clear text from a text editor to gpg for encryption (on a Linux system). Currently it is being done by writing the clear text to a temp file and having gpg read that temp file and then write it back out as an encrypted file. Obviously, it would be much better to avoid ever writing the clear text to disk.
How can I pass the clear text to gpg via a pipe and avoid using the temp file on disk? I am a noob (to both Linux and gpg), so a very clear example is greatly appreciated. Regards, Dave
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
