Hash Generator

Input

Enter text to generate hash

About Hash Algorithms

MD5: 128-bit, fast but cryptographically broken. Use only for checksums.

SHA-1: 160-bit, deprecated for security. Avoid for new applications.

SHA-256: 256-bit, secure and widely used. Recommended for most cases.

SHA-512: 512-bit, strongest security. Use for high-security needs.