Version 1 of MD4

Updated 2003-04-16 09:09:01

The MD4 message-digest algorithm is specified by RFC 1320 [L1 ] This algorithm takes an arbitrary quantity of data and generates a 128-bit message digest from the input. The MD4 algorithm is faster but potentially weaker than the related MD5 algorithm [L2 ].

A tcl-only implementation of MD4 is now part of tcllib. Documentation can be found at http://tcllib.sourceforge.net/doc/md4.html


See also md5, sha1, ntlm

[ Category Cryptography | Category Package, subset tcllib ]