Penguin
Diff: DiffieHellmanKeyExchange
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of DiffieHellmanKeyExchange.

Other diffs: Previous Major Revision, Previous Author, 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 4 Last edited on Thursday, November 11, 2004 4:30:55 am by AristotlePagaltzis Revert
@@ -1,6 +1,6 @@
-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 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 authentication provided by keys to a shared secret, a session key which can be used in ConventionalCryptography. 
  
 ---- 
 CategoryCryptography, CategoryAlgorithm