fixing a corrup keyring

2005-04-19 Thread folkert
Hi, I have a keyring with quiet a few keys (thousands) and now something is wrong with it: gpg --list-keys gives gpg: O j: mpi crosses packet border secmem usage: 1408/1408 bytes in 2/2 blocks of pool 1408/32768 Aborted after a while. How can I fix this keychain? Are there any automatic

multiple files for version below 1.2.5

2005-04-19 Thread DBSMITH
I am trying to decrypt 2 files on a UNIX machine with: var=/data/files file=file_that_has_my_passphrase p='- -passphrase-fd-0' outp='- -output' de='- -decrypt' dec=file for i in $var do cat $file |gpg $p $de $outp $dec.$$ $i sleep 1 done and the error I get is Sorry no terminal at

Re: multiple files for version below 1.2.5

2005-04-19 Thread Stewart V. Wright
G'day DBSMITH, * [EMAIL PROTECTED] [EMAIL PROTECTED] [050419 10:37]: I am trying to decrypt 2 files on a UNIX machine with: var=/data/files file=file_that_has_my_passphrase p='- -passphrase-fd-0' outp='- -output' de='- -decrypt' dec=file for i in $var do cat $file |gpg $p

Re: multiple files for version below 1.2.5

2005-04-19 Thread DBSMITH
Stewart, I am trying to decrypt more than one file if ls -la |wc -l /dir is -gt one. Thanks for the tips, but my $var variable actually contains both file names like so: for i in $var do echo $i done /psofthr/hr88prd/intf/aflac/inbound/filename1

Re: multiple files for version below 1.2.5

2005-04-19 Thread Stewart V. Wright
G'day Derek, * [EMAIL PROTECTED] [EMAIL PROTECTED] [050419 11:31]: Stewart, I am trying to decrypt more than one file if ls -la |wc -l /dir is -gt one. Thanks for the tips, but my $var variable actually contains both file names like so: for i in $var do echo $i

Re: multiple files for version below 1.2.5

2005-04-19 Thread DBSMITH
Never mind I got it to work. Since I need two unique decrypted file names I said: x=0 count=`ls -la /data/files|wc -l` if count -gt 1 then until x -eq count do for i in $/data/files do encryption with my output file with a suffix of .$x

Re: Revocation certificate still valid after changing subkeys?

2005-04-19 Thread Adam Funk
It applies to the master key only. You do not need to generate a new revocation certificate. Revoking the master key takes out all UIDs and subkeys in one step. That's what I suspected. Thanks, Adam ___ Gnupg-users mailing list

Rescue secring

2005-04-19 Thread Philipp Neuhaus
Hi, my reiserfs partition crashed and I do not have any backup (or revokation) of one of my keys. I tried to find the secring with hexedit and I found some data. But gpg --import always says gpg: no valid OpenPGP data found. gpg: Total number processed: 0 Does gpg have a fault-tolerant mode or