Don't click here unless you want to be banned.

LSL Wiki : MD5

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ia360925.us.archive.org

The MD5 Message-Digest Algorithm


MD5 was developed by Professor Ronald L. Rivest of MIT. What it does, to quote the executive summary of RFC1321, is:

The MD5 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.

In essence, MD5 is a way to verify data integrity, and is much more reliable than checksum and many other commonly used methods.


RFC1321 / llMD5String / Crypto / Functions
There is no comment on this page. [Display comments/form]