Hash Generator

Generate cryptographic hashes from text or files

Input

Generated Hashes

About Hash Functions

MD5

128-bit hash. Fast but not secure for cryptographic purposes. Still used for checksums.

SHA-1

160-bit hash. Deprecated for security use. Was widely used in SSL certificates.

SHA-256

256-bit hash from SHA-2 family. Widely used and secure. Used in Bitcoin.

SHA-512

512-bit hash from SHA-2 family. More secure but slower than SHA-256.

SHA-3

Latest SHA standard. Uses different algorithm (Keccak) than SHA-2.