Web Crypto API
Hashes are produced locally with the browser's native cryptographic API.
Generate SHA hashes from text directly in your browser.
Your data stays in your browser and is never uploaded to a server.
Enter the exact text you want to hash.
Choose a SHA algorithm and hexadecimal or Base64 output.
Generate and copy the deterministic digest.
Hashes are produced locally with the browser's native cryptographic API.
Generate SHA-1, SHA-256, SHA-384 or SHA-512 digests.
Choose the representation required by your workflow.
Cryptographic hashes are one-way functions and are not designed to be decoded.
SHA-256 is a strong general default. SHA-384 and SHA-512 provide longer digests.
No. Password storage should use a dedicated, salted password hashing function such as Argon2 or scrypt.