Re: Make GnuPG create files with .pgp extension

2005-10-24 Thread Tracy D. Bossong
Perhaps the best approach to this is a simple script. gpg --encrypt --recipient %2 --output %1.pgp %1 You could expand on it. Shouldn't be a problem for any environment. --- Ismael Valladolid Torres <[EMAIL PROTECTED]> wrote: > Most often, recipients of my encrypted files are > users of legacy

Make GnuPG create files with .pgp extension

2005-10-17 Thread Ismael Valladolid Torres
Most often, recipients of my encrypted files are users of legacy PGP versions. So I use to rename my .gpg files to .pgp so they can access them directly with their PGP shell extensions. Is there any way to make GnuPG to create files directly with the .pgp extension without specifying the complete