Generate cryptographic hashes from any text using SHA-256, SHA-384, or SHA-512 algorithms. 100% client-side — your data never leaves your browser.
A cryptographic hash function takes an input (or "message") and returns a fixed-size string of bytes. The output is typically a hexadecimal string that appears random. Hash functions are one-way — you cannot reverse a hash to get the original input.
All hashing is performed locally in your browser using the Web Crypto API. Your input is never sent to any server.