Generate cryptographic hashes from text input
Enter text to generate hash values
MD5: A widely used hash function producing a 128-bit hash value. Not considered cryptographically secure.
SHA-1: Produces a 160-bit hash value. No longer considered secure against well-funded attackers.
SHA-256: Part of the SHA-2 family, producing a 256-bit hash value. Widely used and considered secure.
SHA-512: Part of the SHA-2 family, producing a 512-bit hash value. Provides stronger security than SHA-256.
SHA-384: Part of the SHA-2 family, producing a 384-bit hash value. A truncated version of SHA-512.
SHA3-256: Part of the SHA-3 family, producing a 256-bit hash value. Based on the Keccak algorithm.
SHA3-512: Part of the SHA-3 family, producing a 512-bit hash value. Offers stronger security than SHA3-256.
RIPEMD-160: Produces a 160-bit hash value. Designed as an alternative to SHA and MD algorithms.
Note: This tool uses browser-based cryptography for SHA algorithms when available, with JavaScript implementations as fallbacks.