RosettaCodeData/Task/MD4/00DESCRIPTION

8 lines
405 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
Find the MD4 message digest of a string of [[octet]]s.
Use the ASCII encoded string “<tt>Rosetta Code</tt>” (without quotes).
You may either call an MD4 library, or implement MD4 in your language.
2013-04-10 21:29:02 -07:00
'''MD4''' is an obsolete hash function that computes a 128-bit message digest that sometimes appears in obsolete protocols.
RFC 1320 specifies the MD4 algorithm. RFC 6150 declares that MD4 is obsolete.