This hash generator computes SHA-1, SHA-256, SHA-384 and SHA-512 digests of any text. Pick an algorithm, type your text, and the hexadecimal hash updates as you type.
One-way fingerprints
Hashes are used to verify file integrity, index data and store password fingerprints. They’re one-way: identical input always yields identical output, but the original text can’t be recovered. Everything runs in your browser via the Web Crypto API.