Revision as of 09:41, 5 November 2004 edit.:Ajvol:. (talk | contribs)2,400 editsm SHA← Previous edit | Revision as of 00:26, 23 January 2005 edit undo83.227.193.228 (talk) Added the year that md4 was designed (the publishing year of rfc1886 at least)Next edit → | ||
Line 1: | Line 1: | ||
'''MD4''' is a message digest ] (the fourth in a series) designed by Professor ] of ]. It implements a ] for use in message integrity checks. The digest length is 128 bits. The algorithm has influenced later designs, such as the ], ] and ] algorithms. | '''MD4''' is a message digest ] (the fourth in a series) designed by Professor ] of ] in 1990. It implements a ] for use in message integrity checks. The digest length is 128 bits. The algorithm has influenced later designs, such as the ], ] and ] algorithms. | ||
Weaknesses in MD4 were demonstrated by Den Boer and Bosselaers in a paper published in ]. Many of the subsequent message digest designs based on it remain secure, in the sense that no effective attack has been published against them. | Weaknesses in MD4 were demonstrated by Den Boer and Bosselaers in a paper published in ]. Many of the subsequent message digest designs based on it remain secure, in the sense that no effective attack has been published against them. |
Revision as of 00:26, 23 January 2005
MD4 is a message digest algorithm (the fourth in a series) designed by Professor Ronald Rivest of MIT in 1990. It implements a cryptographic hash function for use in message integrity checks. The digest length is 128 bits. The algorithm has influenced later designs, such as the MD5, SHA and RIPEMD algorithms.
Weaknesses in MD4 were demonstrated by Den Boer and Bosselaers in a paper published in 1991. Many of the subsequent message digest designs based on it remain secure, in the sense that no effective attack has been published against them.
In August 2004, researchers reported generating collisions in MD4 using "hand calculation" .
See also
References
- Hans Dobbertin, 1998. Cryptanalysis of MD4. J. Cryptology 11(4): 253–271
- Hans Dobbertin: Cryptanalysis of MD4. Fast Software Encryption 1996: 53–69
External links
- Description of MD4 by Ron Rivest in RFC 1320
- An Attack on the Last Two Rounds of MD4
- Jacksum (a program with various message verification functions, including MD4)
This article is a stub. You can help Misplaced Pages by expanding it. |