Differences between version 11 and previous revision of CryptographicHash.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 11 | Last edited on Saturday, February 28, 2009 5:09:21 pm | by LawrenceDoliveiro | Revert |
Older page: | version 10 | Last edited on Saturday, February 28, 2009 4:52:55 pm | by LawrenceDoliveiro | Revert |
@@ -1,5 +1,5 @@
-A CryptographicHash is a [Hash] for which is it is practically impossible
to construct a document that results in a hash value known beforehand. This makes such hash functions useful for signing documents to assure their integrity. Several well known and understood algorithms fall in this category:
+A CryptographicHash is a [Hash] for which is it is VeryImpossible
to construct a document that results in a hash value known beforehand. This makes such hash functions useful for signing documents to assure their integrity. Several well known and understood algorithms fall in this category:
* MD2 as per RFC:1319, a good (still?) but slow hashing algorithm
* MD4 as per RFC:1320
* [MD5] as per RFC:1321, based on MD2 but faster. People should be phasing out their use of this by now.