Re: gpg --batch --yes --edit-key trust

2010-07-27 Thread Werner Koch
On Mon, 26 Jul 2010 10:01, m...@proseconsulting.co.uk said: gpg --fingerprint --list-keys $1 |\ $AWK -v tmpfile=$TMPFILE -v trustlevel=$2 ' Please use --with-colons for all scripts. The standard output is only for humans. Something like gpg --with-colons --with-fingerprint --list-keys

Re: gpg --batch --yes --edit-key trust

2010-07-27 Thread mark
On Tue 27/07/10 9:12 AM , Werner Koch w...@gnupg.org sent: On Mon, 26 Jul 2010 10:01, m...@proseconsulting.co.uk said: gpg --fingerprint --list-keys $1 |\ $AWK -v tmpfile=$TMPFILE -v trustlevel=$2 Please use --with-colons for all scripts. The standard output is only for humans. Good

Find correct key id's

2010-07-27 Thread Mohan Radhakrishnan
Hi, I have some questions about matching key id's. 1. I am trying to find the key id of the key that encrypted a file so that I can use the corresponding decrypting key. 2. I am trying to use the correct decrypting key from the keyring using the code shown here to decrypt.

Re: Find correct key id's

2010-07-27 Thread MFPA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi On Tuesday 27 July 2010 at 12:29:19 PM, in mid:0ee14841e1fd8545b7e084f22aef9681031fa...@fssbemail.fss.india, Mohan Radhakrishnan wrote: Hi, I have some questions about matching key id's. 1. I am trying to find the key id of the key that

RE: Find correct key id's

2010-07-27 Thread Mohan Radhakrishnan
Hi, I think as a newbie I was confused because --list-packets and BC API printed two different ID's. Correct me if I am wrong. It looks like when I use a user id like this and encrypt gpg --output readme.gpg --recipient test...@test.co.in --encrypt CHANGE.txt the output from

file contained no OpenPGPdata

2010-07-27 Thread vedaal
Cooperider, Brian Brian.Cooperider at RelayHealth.com wrote on Mon Jul 26 16:23:02 CEST 2010 : We have a customer using pgp command line version 6.5. The file they are sending us is giving us the error file contained no OpenPGData We are using GnuPG 2.0.12, GPA 0.9.0 How is the pgp user

RE: file contained no OpenPGPdata

2010-07-27 Thread Cooperider, Brian
Thanks, I'm correct in that GNUPG is not compatible with IDEA but is with casts and 3DES? Brian Cooperider IT Operations Relay Health 8720 Orion Place, Suite 300 Columbus, OH 43240 614-396-4511 614-885-0033 Fax http://www.relayhealth.com -Original Message- From:

RE: file contained no OpenPGPdata

2010-07-27 Thread vedaal
On Tue, 27 Jul 2010 12:14:45 -0400 Cooperider, Brian brian.cooperi...@relayhealth.com wrote: Thanks, I'm correct in that GNUPG is not compatible with IDEA but is with casts and 3DES? yes (although, gnupg can be made compatible with IDEA if the IDEA plugin is used, but it's frowned on because

Re: file contained no OpenPGPdata

2010-07-27 Thread Sergey Matveev
Greetings, On Tue, Jul 27, 2010 at 09:14:45AM -0700, Cooperider, Brian wrote: Thanks, I'm correct in that GNUPG is not compatible with IDEA but is with casts and 3DES? IDEA is patented, that is why default distributions and build of GnuPG do not include it. But it can be recompiled and

Re: file contained no OpenPGPdata

2010-07-27 Thread Werner Koch
On Tue, 27 Jul 2010 18:33, stargr...@stargrave.org said: successfully used. GnuPG supports many other various ciphers such as CAMELIA, Blowfish, Twofish, AES. You should recompile it with the needed ones. In fact the standard demands a preference system where your key declares what algorithms

Re: file contained no OpenPGPdata

2010-07-27 Thread Charly Avital
Sergey Matveev wrote the following on 7/27/10 12:33 PM: Greetings, On Tue, Jul 27, 2010 at 09:14:45AM -0700, Cooperider, Brian wrote: Thanks, I'm correct in that GNUPG is not compatible with IDEA but is with casts and 3DES? IDEA is patented, that is why default distributions and build

Re: [Announce] Security Alert for GnuPG 2.0 - Realloc bug in GPGSM

2010-07-27 Thread Werner Koch
Hi, some more inforrmation about this bug On Fri, 23 Jul 2010 14:36, w...@gnupg.org said: bug was found in GnuPG's GPGSM tool. It is likely that this bug is exploitable by sending a special crafted signed message and having a On a first view this might actually happen. However, after some