Other Dev Tools

Hash Generator

Generate MD5, SHA, SHA3, and Keccak digests from text locally in your browser.

MD5Legacy
SHA-1Legacy
SHA-256
SHA-384
SHA-512
SHA3-256
Keccak-256

Runs locally in your browser through Web Crypto. Your input stays on this device.

Generate text hashes locally

Create common message digests from pasted text and copy the result as hex, Base64, or Base64URL. This is handy for checksums, test fixtures, cache keys, and comparing digest output during development.

Hashing is not encryption

Hashes are one-way digests for comparison and verification. They do not hide secret data, and MD5 or SHA-1 should only be used for legacy compatibility checks, not new security-sensitive work.

Related developer tools

Use the Base64 Encoder & Decoder when you need to transform text before hashing, or the JWT Decoder when inspecting token headers and claims.