Penguin

Differences between version 6 and revision by previous author of MD5.

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

Newer page: version 6 Last edited on Monday, March 15, 2004 9:40:42 am by JohnMcPherson Revert
Older page: version 5 Last edited on Monday, March 15, 2004 1:02:36 am by StuartYeates Revert
@@ -1,9 +1,9 @@
 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. 
+Basically MD5 is an easy way to verify the integrity of a piece of data. 
  
 Some common uses of MD5 are for 
 * HashTable 
 * PasswordEncryption