Penguin
Diff: DiffieHellmanKeyExchange
EditPageHistoryDiffInfoLikePages

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

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

Newer page: version 2 Last edited on Wednesday, November 10, 2004 10:39:02 am by JohnMcPherson Revert
Older page: version 1 Last edited on Thursday, April 1, 2004 4:08:53 am by StuartYeates 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. 
  
-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 keys which provide authentication to a shared secret, a session key which can then be used in ConventionalCryptography. 
  
 ---- 
-CategoryCryptography 
+CategoryCryptography, CategoryAlgorithm