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
> 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
Gnupg-users@gnu
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
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
> e
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
/psofthr/hr88prd/intf
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 $f
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 a
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 t