Encrypt any text or file to SHA-256, or try to reverse a known SHA-256 hash with the built-in dictionary. 100% client-side via the Web Crypto API.
SHA-256 is a member of the SHA-2 family, designed by the NSA and published in 2001. It produces a 256-bit (64-character hexadecimal) digest and is currently the industry standard for cryptographic hashing. It is the algorithm behind Bitcoin mining, TLS/SSL certificates, JWT signing, SSH host fingerprints, and modern password salting. No practical collision attack is known, and it remains the recommended default for new code that needs a secure hash.
Get-FileHash .\file.zip -Algorithm SHA256shasum -a 256 file.zipsha256sum file.zip