Convert text to MD5, SHA-1, SHA-256, or SHA-512 hashes
ℹ️ About Cryptographic Hashing
MD5 (Message Digest 5)
128-bit hash function. Fast but considered cryptographically broken.
SHA-1 (Secure Hash Algorithm 1)
160-bit hash. More secure than MD5 but deprecated for security uses.
SHA-256
256-bit hash from SHA-2 family. Currently recommended for most uses.
SHA-512
512-bit hash. Most secure option but generates longer hashes.
0 Comments