Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from any text. All hashing runs locally.

About Hash Functions

Cryptographic hash functions produce a fixed-size digest from any input. MD5 (128-bit) is fast but insecure — use for checksums only. SHA-256 and SHA-512 are recommended for security applications. All hashing is done in your browser using the Web Crypto API.