MD4 File Hash Calculator
Compute the MD4 checksum of any file directly in your browser. Drag and drop a file or provide a URL — no upload, no server, complete privacy.
Related Hash Tools
Frequently Asked Questions
How do I get the MD4 hash of a file?
Is my file sent to any server?
Why would I use MD4 instead of MD5?
What output formats are available?
About MD4 File Hash Calculator
This tool computes the MD4 hash of any file you select, entirely within your browser. The MD4 algorithm was designed by Ronald Rivest in 1990 and produces a 128-bit (32 hex character) digest. It processes data in 512-bit blocks using three rounds of bitwise operations.
Use Cases
The primary modern use of MD4 file hashing is in compatibility testing with legacy Windows authentication systems that rely on NT hashes (MD4 of UTF-16LE encoded passwords). Security researchers and system administrators working with NTLM or NTLMv2 authentication may need MD4 for analysis. The tool is also useful for verifying checksums from older software releases that list MD4 values.
Privacy
Your files are never sent anywhere. The entire computation takes place in your browser's JavaScript engine. This makes the tool safe to use with sensitive or confidential files — no data is logged, stored, or transmitted.
Limitations
MD4 is cryptographically broken and should not be relied upon for security purposes. If you need to verify file integrity for security reasons — for example, to confirm a downloaded binary has not been tampered with — use SHA-256 or SHA-512 instead, as they offer collision resistance that MD4 does not.