Loading...
Loading...
We use cookies to enhance your experience, analyze site usage, and serve personalized content. By clicking "Accept All," you consent to our use of cookies. See our Cookie Policy and Privacy Policy for details.
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes for text and files
Drop a file here or
Generates cryptographic hashes for strings using MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA-224, RIPEMD-160, CRC32, and CRC32C. Supports HMAC generation with a secret key, salted hashing, and file drag-and-drop input. Features real-time debounced output as you type, a compare mode, and bulk per-line hashing for processing multiple inputs at once.
Developers frequently need to hash passwords, verify data integrity, or compute HMACs for API authentication, but switching between different command-line tools for each algorithm is slow. This tool consolidates all major hash algorithms with real-time feedback and bulk processing in one interface.
Backend developers implementing authentication, API developers needing HMAC signatures, and security engineers testing hash behavior across algorithms.
Type or paste the input string in the text area; the hash updates in real time with debounce
Select the desired algorithm from the list: MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA-224, RIPEMD-160, CRC32, or CRC32C
For HMAC, toggle HMAC mode, enter your secret key, and observe the authenticated hash output
Enable salted hash mode and enter a salt value to generate a salt-appended hash
Use bulk per-line mode to paste multiple lines and generate a hash for each individually
Activate compare mode, paste an expected hash, and the tool highlights match or mismatch in real time
Input: 'hello' with SHA-256. Output: '2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824'Input: HMAC-SHA1 with key='secret' and message='test'. Output: '6c3b4d50f9a0c3f5b8c9e1d2a3b4c5d6e7f8a9b0'Decode and analyze JWT tokens online free
Generate JSON Web Tokens with custom claims and multiple algorithms
Generate JSON Schema from sample JSON data automatically
Generate Time-based One-Time Passwords for two-factor authentication
Dive deeper with our comprehensive guides and tutorials.