Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
128-bit hash (32 hex characters)
160-bit hash (40 hex characters)
256-bit hash (64 hex characters)
512-bit hash (128 hex characters)
MD5: Fast but cryptographically broken. Use only for checksums, not security.
SHA-1: Deprecated for cryptographic use but still used for checksums.
SHA-256: Secure and widely used. Part of the SHA-2 family.
SHA-512: More secure than SHA-256 with longer hash output.