This tool generates RIPEMD-family hashes and supports RIPEMD-128, RIPEMD-160, RIPEMD-256, and RIPEMD-320 for text and files.
Key Features
- Switch across 4 RIPEMD variants
- Text and file hashing modes
- Input: Text/Base64/Hex/Spaced Hex/C array
- Output: Hex/Base64/Spaced Hex/C array
Steps
- Select the RIPEMD algorithm.
- Choose input and output formats.
- Enter text or upload a file and generate.
- Copy the digest for verification or integration.
Selection Tips
RIPEMD-160is the most commonly used variant for compatibility.- Use
RIPEMD-128only when short output is required. - Use
RIPEMD-256/320when you want longer digests.
Notes
- Hashing is one-way and non-reversible.
- Encoding, whitespace, and line endings affect output.
- For modern security design, also evaluate SHA-2 or SHA-3.