Penguin
Diff: CryptographicHash
EditPageHistoryDiffInfoLikePages

Differences between version 7 and previous revision of CryptographicHash.

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

Newer page: version 7 Last edited on Friday, July 26, 2002 4:03:34 pm by WikiAdmin Revert
Older page: version 6 Last edited on Friday, July 26, 2002 4:02:29 pm by WikiAdmin Revert
@@ -1,7 +1,7 @@
 A CryptographicHash is a [Hash] that has the added attribute that it is practically impossible given a document with one hash, to create a document that has the same hash. Just take my word for it, the math is too complicated. 
  
 There are several well known and understood hashing algorithms: 
-* [MD2], a good hash, li'l slow tho 
+* [MD2], a good hash, li'l slow tho RFC:1319  
 * [MD4], RFC:1320 
 * [MD5], based on MD2 but faster (I think). RFC:1321 
 * [SHA1], a group of people got bored and designed their own CryptographicHash. What can I say? They musta been mad ;) Generally considered more "secure" than [MD5]. Why? I dunno. :(