Cryptography
Computes a digest from a string using different algorithms. Supported algorithms are MD5, SHA-256, SHA-512
Select Hash Algorithm
Input
About MD5
MD5 (Message Digest 5) is a widely used cryptographic hash function that produces a 128-bit hash value. Note: MD5 is considered cryptographically broken and unsuitable for security purposes.
Security Notes
- All cryptographic operations are performed client-side in your browser
- Keep private keys secure and never share them
- No data is sent to external servers
- MD5 should not be used for security-critical applications
