LIVE
Compute cryptographic hashes from text or any file using the Web Crypto API. Ideal for checksums, integrity checks and password verification workflows.
Browsers do not expose MD5 in the Web Crypto API, and MD5 is cryptographically broken. SHA-256 is the recommended replacement.
Yes — everything runs in your browser via Web Crypto, so data never leaves your device.