Text Tools
Generate a hash
SHA-1 through SHA-512, computed by the browser's own cryptographic engine.
- Free, no signup
- No upload — runs on your device
- No watermark
- Unlimited use
Hash Generator
Processed locallyThere is no MD5 here, and that is deliberate
MD5 and SHA-1 are both broken for any security purpose. Collisions in MD5 can be produced in seconds on a laptop; SHA-1 collisions were demonstrated in 2017 and are now cheap. Neither belongs anywhere near a signature, a certificate or a password.
The browser's WebCrypto API declines to implement MD5 at all — a deliberate refusal by the standards body to make the wrong choice available. SHA-1 is included only because legacy systems still verify against it, and it appears here for the same reason. If you are checksumming a download or comparing two files, SHA-256 is the correct default and has no meaningful downside.
The other thing worth being clear about: hashing a password is not the same as storing it securely. Password storage requires a slow, salted function — bcrypt, scrypt or Argon2 — precisely because SHA-256 is fast, and speed is what makes a stolen hash database brute-forceable.
How it works
- Choose an algorithm
- Type or paste your text
- The hash updates live — copy it