Generate cryptographic hashes (MD5, SHA1, SHA256, SHA512) for security and development purposes.
• MD5: 128-bit hash, fast but not cryptographically secure (use for checksums only)
• SHA-1: 160-bit hash, deprecated for security applications
• SHA-256: 256-bit hash, secure and widely used for modern applications
• SHA-512: 512-bit hash, maximum security for sensitive applications