Hash Generator
text → digestHash text with MD5, SHA-1, SHA-256, SHA-384 or SHA-512.
About Hash Generator
Type or paste text and get its MD5, SHA-1, SHA-256, SHA-384 and SHA-512 digests at once, so there is no algorithm dropdown to pick from before you can see anything. The text is read as UTF-8 before hashing, which is what any server-side language will also do — so the digests here match what your backend produces for the same input.
The SHA family comes from the browser's own WebCrypto implementation, the same code used for real key material. MD5 does not: it was deliberately left out of that API because it is broken, so it is implemented here separately. It is still included, because an enormous amount of existing data is keyed and checksummed with it and you sometimes just need to match what is already there.
Nothing is uploaded. That matters if the string you are hashing is a password you are checking against a legacy database, or an API key you are fingerprinting.
Common questions
This page does the work itself, in this tab. Nothing you paste is sent to a server. Close the tab and no copy remains.