Description
Add a cryptographic hash generator supporting multiple algorithms for developers and security professionals.
Core Features
Supported Algorithms
- MD5 (128-bit) - legacy, with security warning
- SHA-1 (160-bit) - legacy, with security warning
- SHA-256 (256-bit) - recommended
- SHA-384 / SHA-512 (384/512-bit)
- SHA-3 variants (224, 256, 384, 512)
- BLAKE2b / BLAKE2s
- RIPEMD-160
Input Options
- Text input (UTF-8 encoding)
- File upload (hash large files with progress indicator)
- Hex input option
- Base64 input option
Output Options
- Hexadecimal (lowercase/uppercase toggle)
- Base64 encoded
- Binary representation
- Copy to clipboard
- Compare two hashes side-by-side
Additional Features
- HMAC generation with secret key input
- Hash verification
Description
Add a cryptographic hash generator supporting multiple algorithms for developers and security professionals.
Core Features
Supported Algorithms
Input Options
Output Options
Additional Features