SHA-256 Generator
Compute SHA-256 hashes. 256-bit output in hex and Base64.
Free online hash generator supporting MD5, SHA-1, SHA-256, SHA-384, and SHA-512. Switch algorithms instantly. HMAC support for SHA algorithms. Output in hex and Base64.
Algorithm
Cryptographic hash functions take an input of any length and produce a fixed-length output called a digest or hash. Three properties make them useful in security: preimage resistance (cannot find the input from the hash), second preimage resistance (cannot find a different input with the same hash as a known input), and collision resistance (cannot find any two inputs with the same hash). These properties underpin digital signatures, certificate authorities, password storage systems, and blockchain technology. This tool computes all five algorithms in your browser using the SubtleCrypto API, which is implemented in native code and provides both speed and privacy.