Re: How know who is a file encrypted for ?

2008-02-25 Thread Tracy D. Bossong
gpg --list-packets should give you a clue - Original Message From: Sebastien Chassot [EMAIL PROTECTED] To: Dirk Traulsen [EMAIL PROTECTED] Cc: GnuPG mailing list gnupg-users@gnupg.org Sent: Monday, February 25, 2008 7:29:43 AM Subject: Re: How know who is a file encrypted for ? On

Re: How know who is a file encrypted for ?

2008-02-25 Thread Tracy D. Bossong
: Re: How know who is a file encrypted for ? Am 25 Feb 2008 um 8:01 hat Tracy D. Bossong geschrieben: gpg --list-packets should give you a clue No, it does not! gpg --list-packets file.gpg does the same as gpg file.gpg. The only difference is that gpg

Re: more than one recipient

2008-01-31 Thread Tracy D. Bossong
--recipeint user1 --recipient user2 (or -r for short) - Original Message From: Bruce Cowin [EMAIL PROTECTED] To: gnupg-users@gnupg.org Sent: Thursday, January 31, 2008 5:16:04 PM Subject: more than one recipient This is probably a dumb, basic question but is it possible to

Re: automating gnupg decryption

2005-11-11 Thread Tracy D. Bossong
for /F tokens=1-4 delims=/ %%a in ('Date/t') Do Set DTE=%%d%%b%%c set DTE=%DTE:~-6% That will help you with your date issues, but for Windows scripting, you may want to search alt.msdos.batch.nt I could help you by writing the script, but think you might appeciate it more if you did it yourself

Re: Encrypted file filename

2005-10-26 Thread Tracy D. Bossong
Instead of --decrypt, use gpg --use-embedded-filename myfile.pgp --- Wes [EMAIL PROTECTED] wrote: Sorry, I earlier posted this with an old thread in the subject. PGP 9 stores the file name in the encrypted data. You can take a file xyz.pgp, decrypt it, and return it to the original

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