Generate MD4 hashes - the legacy 1990 hash function, cryptographically broken. For historical compatibility only.
MD4 is a 128-bit hash function designed by Ronald Rivest in 1990, using 48 rounds of operations. It is one of the earliest hash functions, the predecessor to MD5, and is completely cryptographically broken with practical collision attacks requiring only seconds.
MD4 is completely cryptographically broken with trivial collision attacks. Never use for security, passwords, or signatures. Use only for legacy compatibility.