Generate SHA-1, SHA-256, SHA-384, and SHA-512 cryptographic hashes instantly
MD5 is not available in the Web Crypto API
MD5 is considered cryptographically broken and unsuitable for security purposes. Use SHA-256 or SHA-512 instead for security applications.
160-bit hash
Enter text above to generate hash...
256-bit hash
Enter text above to generate hash...
384-bit hash
Enter text above to generate hash...
512-bit hash
Enter text above to generate hash...
Cryptographic hash functions convert data of any size into a fixed-size string of characters. They are one-way functions, meaning you cannot reverse a hash to get the original data.
Deprecated for security. Still used for git commits and legacy systems.
Secure and widely used. Great for passwords, certificates, blockchain.
Truncated SHA-512. Balanced security and performance for TLS.
Maximum security. Slower but strongest against attacks.