Re: Key establishment question
- From: Chris Mattern <syscjm@xxxxxxx>
- Date: Fri, 11 Aug 2006 12:09:41 -0400
Jack wrote:
In Internet, when two computers need to establish a secret key, the two
machines need to exchange two random numbers, e.g., R1, R2, if
Diffie-Hellman is used. How are the two random numbers exchanged? Are
the two numbers sent as TCP/IP packets? How is Diffie-Hellman
implemented in Internet? Thanks a lot.
Jack
Generally by means of a public-key algorithm. I encrypt the number
with your public key, and only a person who holds the corresponding
private key (presumably, only you) can decrypt it. Actually, I also
encrypt it with my private key. The fact that my public key decrypts
it proves that only I could have encrypted it.
Chris Mattern
.
- Follow-Ups:
- Re: Key establishment question
- From: Jack
- Re: Key establishment question
- References:
- Key establishment question
- From: Jack
- Key establishment question
- Prev by Date: Key establishment question
- Next by Date: Re: Newbie... need basics
- Previous by thread: Key establishment question
- Next by thread: Re: Key establishment question
- Index(es):
Relevant Pages
|