Cryptographic hash generator

Compute SHA-1, SHA-256, SHA-384, and SHA-512 digests of any text instantly, using your browser's native WebCrypto engine.

How to Cryptographic hash generator

  1. Step 1. Paste or type the text to hash.
  2. Step 2. Pick the digest algorithm (or generate all of them).
  3. Step 3. Copy the hex digest from the output buffer.

Frequently asked questions

Which hash algorithm should I use?

SHA-256 is the modern default. SHA-1 is legacy and broken for security purposes; the SHA-2 family (256/384/512) remains widely trusted.

Are the hashes computed locally?

Yes — the digests are produced by your browser's WebCrypto engine. The input never touches a server.

Can a hash be reversed?

No. Cryptographic hashes are one-way; identical inputs always produce identical digests, but digests cannot be converted back to the input.