Difference between revisions of "MD4 hash"
From AMule Project FAQ
(reword) |
|||
Line 1: | Line 1: | ||
− | An | + | An '''MD4 hash''' is a unique value produced by a mathematical calculation. It provides a 128-bit (16 [[byte]]s, 32 hex chars) key from the data input which is claimed to be unique. As such, MD4 hashes are used to ensure data integrity. |
− | It provides a 128-bit (16 [[byte]]s, 32 hex chars) | + | |
− | [ | + | [[aMule]] uses MD4 hashes to ensure that no transmission errors corrupt in the files you share. Its MD4 algorithm is based on [[libcrypto|Crypto++]]. |
− | + | MD4 was developed by MIT professor Ronald L. Rivest. It was accepted by the RSA in October 1990. | |
− | + | Both MD4, and its successor MD5, are optimized for 32-bit machines. Its predecessor MD2 was optimized for 8-bit machines. MD4 is known to be fast, but possibly not absolutely secure. On the other hand, MD5 is not as fast as MD4 but offers much more assurance of data security. | |
− | + | ==External links== | |
− | + | * [http://www.faqs.org/rfcs/rfc1186.html RFC 1186: MD4] | |
− | + | * [http://www.faqs.org/rfcs/rfc1319.html RFC 1319: MD2] | |
− | + | * [http://www.faqs.org/rfcs/rfc1320.html RFC 1320: MD4] | |
− | + | * [http://theory.lcs.mit.edu/~rivest Home page of Ronald L. Rivest] | |
+ | * [http://www.rsa.com RSA] |
Revision as of 21:28, 28 December 2006
An MD4 hash is a unique value produced by a mathematical calculation. It provides a 128-bit (16 bytes, 32 hex chars) key from the data input which is claimed to be unique. As such, MD4 hashes are used to ensure data integrity.
aMule uses MD4 hashes to ensure that no transmission errors corrupt in the files you share. Its MD4 algorithm is based on Crypto++.
MD4 was developed by MIT professor Ronald L. Rivest. It was accepted by the RSA in October 1990.
Both MD4, and its successor MD5, are optimized for 32-bit machines. Its predecessor MD2 was optimized for 8-bit machines. MD4 is known to be fast, but possibly not absolutely secure. On the other hand, MD5 is not as fast as MD4 but offers much more assurance of data security.