💡 About Hash Functions
- MD5 - 128-bit hash, fast but not cryptographically secure
- SHA1 - 160-bit hash, more secure than MD5 but still vulnerable
- SHA256 - 256-bit hash, currently considered cryptographically secure
For security-critical applications, we recommend using SHA256.