decrypting with a session key
vedaal
vedaal@hotmail.com
Thu May 9 15:59:02 2002
> Message: 8
> Date: Wed, 8 May 2002 16:48:31 -0400
> From: David Shaw <dshaw@jabberwocky.com>
> To: gnupg-users@gnupg.org
> Subject: Re: session key for decryption
...
> [..]
>
> > D:\WinPT>gpg --override-session-key BDFC53FC47F75CAD12A83F16B60AE805
> > d:\skt1.txt
>
> The leading "1:" is part of the session key.
>
> David
...
Thanks! did not realize that,
this time it worked,
gpg sequence:
Welcome, Honored Traditional User,
What is thy bidding?
Type a valid Command, and it shall be done.
D:\WinPT>gpg --show-session-key d:\skt1.txt
You need a passphrase to unlock the secret key for
user: "test <test@key.test>"
2048-bit RSA key, ID F77AFF7B, created 2001-04-26
gpg: session key: "1:BDFC53FC47F75CAD12A83F16B60AE805"
gpg: encrypted with 2048-bit RSA key, ID F77AFF7B, created 2001-04-26
"test <test@key.test>"
gpg: d:\skt1.txt: unknown suffix
Enter new filename: d:\a
File `d:\a' exists. Overwrite (y/N)? y
Welcome, Honored Traditional User,
What is thy bidding?
Type a valid Command, and it shall be done.
D:\WinPT>gpg --override-session-key 1:BDFC53FC47F75CAD12A83F16B60AE805
d:\skt1.txt
gpg: encrypted with 2048-bit RSA key, ID F77AFF7B, created 2001-04-26
"test <test@key.test>"
gpg: d:\skt1.txt: unknown suffix
Enter new filename: d:\b
Thanks again,
vedaal