Compute a SHA-256 hash of any text using the browser Web Crypto API, with output in hex, Base64, or Base64URL.
SHA-256 Hash is a free online tool that computes a cryptographic SHA-256 hash from any text using the browser Web Crypto API. Output is available in hex, Base64, or Base64URL, and can be compared against an expected value. The tool runs entirely in your browser and does not send data to the server.
Choose a related tool for the next step.
Data passed between tools is kept only in the current browser session.
SHA-256 Hash computes a cryptographic hash of a string or text. The service uses the Web Crypto API in the browser and encodes the input text as UTF-8. The result can be output as Hex, Base64, or Base64URL, and can be compared against an expected hash value.
The tool is useful for checksums, payload verification, test data, logs, API debugging, and documentation. SHA-256 is a one-way hash function — the hash cannot be reversed to recover the original text.
All processing is done locally in the browser. Your data is not sent to the server.