SHA-512 Generator
Compute SHA-512 hashes. 512-bit output, 128 hex characters.
Free online SHA-256 hash generator. Convert any text to a SHA-256 hash instantly using the SubtleCrypto Web API. Output in hex and Base64. No data leaves your browser.
Algorithm
SHA-256 is part of the SHA-2 (Secure Hash Algorithm 2) family, published by NIST in 2001. It processes input in 512-bit blocks using 64 rounds of a compression function, producing a deterministic 256-bit fingerprint of the input. Even a single character change in the input produces a completely different output, a property called the avalanche effect. This tool uses the browser's native SubtleCrypto API to compute hashes, which means no JavaScript library is loaded and no data ever leaves your device.