Re: Public - Private key
- From: jwgoerlich@xxxxxxxxx
- Date: Thu, 28 Jun 2007 09:47:44 -0700
The short answer to (1) is that asymmetric encryption requires one key
to encrypt and a different key to decrypt. Mathematically, P1 can only
decrypt A1 and likewise A1 can only decrypt P1.
The answer to (2) is that a utility which derives a private key from a
given public key would of course break the system, because then
anything could be decrypted. Crypto systems are designed to resist
such attacks. There may be ways to do it (reaction attacks against
known plain text comes to mind) but they are not much of a risk.
Regards,
J Wolfgang Goerlich
On Jun 28, 11:46 am, amsical <amsi...@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
Hi,
If PC1 has public key P1 and private key A1
and
PC2 has public key P2 and private key A2
When PC1 communicates securely with PC2, PC1 will encrypt the data using the
key P2, which can be decrypted ONLY by using private key A2.
My question is,
1. If data has been encrypted using P2 why it can't be decrypted using the
same key?
2. SN.exe generates pair of public and private keys, why can't a utility be
written which will generate a Private key for a given Public key?
Thanks,
Tim
.
- Prev by Date: Re: Acceptability Of Self-Sign SSL And Client Certificates
- Next by Date: Re: Win2K3 Password Hashing Algorithm
- Previous by thread: Re: Password Policy forces to change password - but too late...
- Next by thread: Re: Win2K3 Password Hashing Algorithm
- Index(es):
Relevant Pages
|