Hash Generator

Compute cryptographic hashes locally. Supports MD5, SHA-1, SHA-256 and SHA-512. Your input never leaves the browser.

FAQ

Are hashes computed on the server?

No. All hashing uses the Web Crypto API or a pure-JS MD5 implementation in your browser.

Is MD5 still useful?

MD5 is fine for non-security checksums. For security-sensitive use prefer SHA-256 or stronger.