gpg New Bee

Rasoul Hajikhani rasoul@rhythm.com
Mon Mar 25 19:44:01 2002


Thanks a whole bunch for replying so fast. It now works... :)
-r
NirinaMichel Ratoandromanana/DS-INFO wrote:
> 
> >gpg: Warning: using insecure memory!
> >gpg: encrypted with 1024-bit ELG-E key, ID 0C18F568, created 2002-03-22
> >      "test this <test@rhythm.com>"
> >gpg: encrypted with 1024-bit ELG-E key, ID 23DCC2F8, created 2002-03-22
> >      "rasoul <rasoul@rhythm.com>"
> >
> >gpg: decryption failed: secret key not available
> >[
> >gpg: [don't know]: invalid packet (ctb=36)
> >or
> >gpg: decrypt_message failed: unexpected data
> >]
> >
> >The command that I used was:
> >
> >%gpg --output myTest.gpg --encrypt -r rasoul -r test1 myTest.txt
> >%gpg --export-secret-keys [test1 || uid] > gpgtemp.asc
> 
> My apologies; this line should be:
> %gpg --export-secret-keys test1 > $GPGDIR/gpgtemp.asc
> where $GPGDIR is the absolute | relative path where you put you gpg
> executable and your secret keyring. All the remaining is ok.
> >
> >%gpg --no-default-keyring --secret-keyring gpgtemp.asc --decrypt
> >myTest.gpg
> >