Hash
Get the SHA-256 digest of any text as you type — fast, secure, and computed locally.
Hashing runs locally via your browser's Web Crypto API. Nothing is uploaded, logged, or stored.
SHA-256 is the workhorse of modern security: it produces a 256-bit digest, is currently collision-resistant, and powers TLS certificates, Git commit IDs, blockchain proofs, and content integrity checks. This tool uses the browser's native Web Crypto implementation — the same audited code your browser uses for HTTPS.
Need a longer digest? Use SHA-512. Hashing a password for storage? Use a slow KDF like bcrypt instead, and for keyed messages see the HMAC Generator.
Compare the digest of pasted release notes or manifests against published checksums.
Hash payloads to create stable identifiers that change if even one character changes.
Compute the MD5 digest of any text instantly, in your browser. Hex output with uppercase toggle.
Compute SHA-512 digests locally with WebCrypto — 512-bit output as hex.
Calculate the CRC32 checksum of text in hex and decimal — the classic integrity check.
Describe what you want to match and get a working regular expression with explanations and examples.
Looking for something else? Browse all tools