Hash Generator

Generate cryptographic hashes for text or files using MD5, SHA-1, SHA-256, SHA-384, or SHA-512

Select Hash Algorithms

Hash Text

Hash File

About Cryptographic Hashes

MD5: 128-bit hash. Fast but not cryptographically secure. Good for checksums.

SHA-1: 160-bit hash. Deprecated for security but still used for Git commits.

SHA-256/384/512: Part of SHA-2 family. Cryptographically secure for passwords, certificates, and digital signatures.

All hashing happens locally in your browser using the Web Crypto API

No data is sent to any server