Hash Generator

Computes SHA-1, SHA-256, SHA-384 and SHA-512 as you type, using the browser's built-in Web Crypto API — nothing is uploaded anywhere.

Why not MD5?

MD5 is cryptographically broken — practical collision attacks have been publicly known for years — and the Web Crypto API deliberately does not expose it. Rather than hand-roll an MD5 implementation just to offer it, this tool leaves it out entirely. SHA-1 is included for compatibility with legacy checksums, but like MD5 it is not recommended for anything security-sensitive; SHA-256, SHA-384 and SHA-512 are the safer choices today.