MD5 Hash Generator
Type or paste text and get its MD5 digest instantly. Hashing runs entirely in the browser, so nothing is sent anywhere.
broken for security, fine for checksums and cache keys
About MD5
MD5 dates to 1992 and produces a 128-bit digest. Collisions can be manufactured cheaply, so it is unsuitable for anything security-related — but it remains everywhere as a fast checksum for downloads, cache keys and deduplication.
Digests here are computed with the browser's WebCrypto API; MD5 runs locally in JavaScript, since WebCrypto dropped it. A hash is one-way: the same input always produces the same 128-bit digest, but the digest cannot be reversed back into the input. Text entered here never leaves the page.
More hash generator pages
Related tools
Case Converter
Convert text between UPPERCASE, camelCase, snake_case, kebab-case, slugs and more.
Whitespace & Line Tools
Trim whitespace, collapse spaces, dedupe and sort lines, remove line breaks.
Encode, Decode & Format
Format and minify JSON, encode and decode Base64, URLs and HTML entities.
Cron Expression Explainer
Type a cron schedule and get plain English, a field breakdown and the next run times.
Free and open source from Earthling Digital, an independent creative agency. Built with Earthling UI.