Hash
Get the 128-character SHA-512 digest of any text as you type — computed locally via Web Crypto.
Hashing runs locally via your browser's Web Crypto API. Nothing is uploaded, logged, or stored.
SHA-512 produces a 512-bit digest — double the output of SHA-256 — and is often faster on 64-bit hardware because its internals use 64-bit arithmetic. It is a solid choice where you want maximum collision margin or must comply with policies that mandate a 512-bit digest. Like SHA-256, it is computed here by the browser's native Web Crypto implementation.
Compare with SHA-256 side by side, or use the HMAC Generator when the digest must be keyed with a secret.
Digest firmware notes, manifests, or audit trails where a longer hash is required by policy.
Stretch secrets through SHA-512 as a first step before feeding a proper KDF.
Compute the MD5 digest of any text instantly, in your browser. Hex output with uppercase toggle.
Compute SHA-256 digests with the browser's native WebCrypto — fast and private.
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