Differences between version 8 and previous revision of MD5.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Saturday, February 28, 2009 5:10:51 pm | by LawrenceDoliveiro | Revert |
Older page: | version 7 | Last edited on Saturday, February 28, 2009 4:46:53 pm | by LawrenceDoliveiro | Revert |
@@ -1,7 +1,7 @@
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]
+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 ComputationallyInfeasible
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 piece of data.
Some common uses of MD5 are for