Penguin
Diff: DiffieHellmanKeyExchange
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of DiffieHellmanKeyExchange.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Thursday, November 11, 2004 4:35:28 am by AristotlePagaltzis
Older page: version 2 Last edited on Wednesday, November 10, 2004 10:39:02 am by JohnMcPherson Revert
@@ -1,6 +1,6 @@
-An algorithm used to bootstrap from authentication to cryptography. Diffie-Hellman key exchange is a dynamic algorithm, it cannot be used to send email or other asynchronous communications (unless many emails are sent in each direction prior to the first payload). The negioation can be in the clear, but it __must__ be signed to prevent ManInTheMiddle attacks. 
+DiffieHellmanKeyExchange is an [Algorithm] to bootstrap from authentication to cryptography. It is dynamic so it cannot be used to send [Email] or other asynchronous communications (unless many [Email]s are sent in each direction prior to the first payload). The negotiation can be in the clear, but it __must__ be signed to prevent ManInTheMiddle attacks. 
  
-The [SSL] protocol uses DiffieHellmanKeyExchange to move from keys which provide authentication to a shared secret, a session key which can then be used in ConventionalCryptography. 
+The [SSL] protocol uses DiffieHellmanKeyExchange to move from authentication provided by keys to a shared secret, a session key which can be used in ConventionalCryptography. 
  
 ---- 
 CategoryCryptography, CategoryAlgorithm