Re: How know who is a file encrypted for ?

2008-02-25 Thread Tracy D. Bossong
ow 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! does the same as . The only difference is that gpg gives additional packet information before as

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 Sent: Monday, February 25, 2008 7:29:43 AM Subject: Re: How know who is a file encrypted for ? On Mon, 2008-02-25

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 yoursel

Re: - -textmode???

2005-11-03 Thread Tracy D. Bossong
--textmode tells gpg/pgp that the input file is a text file. This allows proper decryption and record seperator translation on the receiving system depending if it is *nix, Windows, or... like we use, an OS/390 mainframe (EBCDIC). --- [EMAIL PROTECTED] wrote: > > Can someone tell me the differe

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 orig

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

Re: Automation of GPG processing

2005-10-18 Thread Tracy D. Bossong
You need to set the trust model to what works for your needs in the gpg.conf file and sign and trust the recipients key. --- Stas Rirak <[EMAIL PROTECTED]> wrote: > > Hello, > > I need to automate an encryption process. When I > execute the command > below to process the encryption I am getting

Re: Strange problem and key preferences

2005-09-24 Thread Tracy D. Bossong
use: gpg --use-embedded-filename file.ext.asc I think that is what you are looking for... or use gpg --decrypt --output file.ext file.ext.asc --- lusfert <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > > Hello! > > I'm currenly using GnuPG 1.4.2 on WinXP

Re: GPG Passphrase on the command line

2005-09-24 Thread Tracy D. Bossong
You didn't specify your platform, but in Windows it's done like this: echo mypasshrase|gpg --encrypt --passphrase-fd 0. --- "Low, Claudia" <[EMAIL PROTECTED]> wrote: > Hi, > > Is there an option, eg. --passphrase, that I can > use so that I can > pass the passphrase in the command line wh

Re: Migrating from PGP TO GPG

2005-09-16 Thread Tracy D. Bossong
My firm uses both GnuPG and McAfee e-Business Server (the original PGP, IMO). Project will take a little research, but all should be fine for you. And if you have existing keys with PGP, there is no reason you can't continue to use them so you don't impact your trading partners by changing keys.