Hash
Type or paste text and get its MD5 checksum instantly — computed live, entirely in your browser.
Hashing runs locally in your browser. Nothing is uploaded, logged, or stored.
MD5 produces a 128-bit digest and is still widely used for cache keys, content identifiers, and legacy checksums. It is not collision-resistant — never use it to store passwords or verify security-critical signatures. For those cases, prefer SHA-256 or bcrypt.
This implementation follows RFC 1321 in pure JavaScript — no native crypto calls, identical results everywhere. Need a quick integrity checksum instead? Try CRC32.
Hash URL or content strings to build short, stable keys for caches and memoization.
Produce MD5 digests to compare against checksums exported by older tools and APIs.
Compute SHA-256 digests with the browser's native WebCrypto — fast and private.
Compute SHA-512 digests locally with WebCrypto — 512-bit output as hex.
Calculate the CRC32 checksum of text in hex and decimal — the classic integrity check.
Describe what you want to match and get a working regular expression with explanations and examples.
Looking for something else? Browse all tools