Security & Encoding

Hash Generator

Generate SHA-256, SHA-384, and SHA-512 digests of text or files using the browser's Web Crypto API. Nothing is uploaded — file hashing reads data locally.

● LOCAL ● NO NETWORK ● FIPS 180-4
The file is read locally in your browser. It is never uploaded to any server.
Do not use these hashes for passwords. SHA-256/384/512 are fast by design and trivially brute-forced on GPU hardware. Use bcrypt, Argon2, or scrypt for password hashing.