🔢
MD5
Fast 128-bit hash, widely used for checksums and legacy compatibility.
🔐
SHA-1
160-bit hash, deprecated for security but still common.
🔒
SHA-256
256-bit SHA-2 hash, the current standard for security.
🔑
SHA-512
512-bit SHA-2 hash with larger output and higher security margin.
🧂
bcrypt
Adaptive password hashing with configurable cost (salt + rounds).