HomeRIPEMD Hash Generator

RIPEMD Hash Generator

Generate RIPEMD-128/160/256/320 hash values, RIPEMD-160 widely used in Bitcoin

Enter plain text (UTF-8 encoded)

Result RIPEMD-128



Documentation

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

  1. Select the RIPEMD algorithm.
  2. Choose input and output formats.
  3. Enter text or upload a file and generate.
  4. Copy the digest for verification or integration.

Selection Tips

  • RIPEMD-160 is the most commonly used variant for compatibility.
  • Use RIPEMD-128 only when short output is required.
  • Use RIPEMD-256/320 when 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.