MD5 hash generator
Paste any text and instantly get its MD5 digest — a 128-bit value shown as 32 hexadecimal characters. The hash updates as you type.
This tool implements MD5 in pure JavaScript and computes everything in your browser, so it is safe to use with private strings — nothing is uploaded to any server.
MD5 is fast but cryptographically broken: never use it for passwords or digital signatures. It is still perfectly fine as a quick checksum to spot accidental corruption or as a non-security content fingerprint.