SHA Hash Generator

Compute SHA-1 / SHA-256 / SHA-384 / SHA-512 in one click

How to use

Compute SHA-family hashes of text in one click. Steps:

  1. Enter content in the Input text box.
  2. Click one of SHA-256 / SHA-1 / SHA-384 / SHA-512.
  3. The result shows below in real time; copy it as needed.

Tip: WebCrypto works only on HTTPS or localhost. For integrity checks, prefer SHA-256.

FAQ

Should I use SHA-256 or MD5?

Use SHA-256 for integrity checks. Both MD5 and SHA-1 are vulnerable to collision attacks and are not safe for security-sensitive use.

Why does it say the environment is unsupported?

The WebCrypto digest API is only available over HTTPS or on localhost. Once deployed online it works fine.