Skip to content
2x2xKit

Hash Generator

Generate SHA-1, SHA-256, SHA-384 or SHA-512 hashes of any text.

How this is calculated
Hash = SHA-family digest of the UTF-8 encoded input, hex-encoded

Assumptions used in this calculation

  • Client-side only: Text is hashed entirely in your browser and never sent to a server.

About this calculator

The hash generator computes cryptographic hash digests of text using your browser's Web Crypto API, entirely client-side.

Worked example

SHA-256 of 'abc'

Result: ba7816bf8f01cfea...

Was this helpful?

Frequently asked questions