Compute SHA-256 hash of text. Uses Web Crypto API in the browser.
SHA-256 is a cryptographic hash function that produces a 256-bit (64 hex character) hash. It is one-way: you cannot recover the input from the hash.
1. Type or paste text in the input.
2. Click Hash to compute the SHA-256 hash (hex).