Penguin

Differences between version 3 and predecessor to the previous major change of MD5.

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

Newer page: version 3 Last edited on Monday, February 24, 2003 12:46:43 am by PerryLorier Revert
Older page: version 2 Last edited on Monday, February 24, 2003 12:23:36 am by MattBrown Revert
@@ -1,5 +1,5 @@
-MD5 (Message Digest Algorithm) is a cryptographic hash algorithm. 
+MD5 (Message Digest Algorithm) is a CryptographicHash algorithm. 
  
 The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. It is conjectured that it is computationally infeasible to produce two messages having the same message digest, or to produce any message having a given prespecified target message digest. The MD5 algorithm is intended for digital signature applications, where a large file must be "compressed" in a secure manner before being encrypted with a private (secret) key under a public-key cryptosystem such as RSA.[1] 
  
 Basically MD5 is an easy way to verify the integrity of a peice of data.