βš™οΈ Developer Tools

Hash Generator (SHA-256)

Hash Generator computes SHA-1, SHA-256, SHA-384 and SHA-512 digests of your text using the browser's secure SubtleCrypto API β€” useful for checksums and integrity checks.

hash-generator-(sha-256)πŸ”’ Runs in your browser

πŸ”’ Hashed locally with the Web Crypto API β€” nothing is uploaded.

How to use Hash Generator (SHA-256)

  1. Paste your text.
  2. Pick a hash algorithm.
  3. Copy the resulting hex digest.

Frequently asked questions

Which algorithms are supported?

SHA-1, SHA-256, SHA-384 and SHA-512, via the standard Web Crypto API.

Is MD5 available?

No β€” browsers' SubtleCrypto doesn't include MD5 as it's considered insecure. SHA-256 is the recommended default.

Is my input sent anywhere?

No. Hashing happens entirely in your browser.

Related developer tools