RIPEMD Calculator

Jan 8, 2018

RIPEMD Calculator is an online tool to compute the RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320 checksum of a string or file locally on your browser. This hash can be used to verify the integrity of the data during transmission. You can provide the expected hash and compare the calculated RIPEMD checksum with it. The RIPEMD hash can be generated in Base64 or Hex formats. The input can be provided in Plain Text, Base64 or as a binary file which you can select from your machine. Hit the Calculate button to generate and check the RIPEMD value


Your file or data will NOT be uploaded. All processing takes place locally inside your browser.

Input: Paste text below

Settings


Hex:
..
RIPEMD checksum in Hex
Base64:
..
RIPEMD checksum in Base64
Hash Matched:
..
Whether the calculated hash matched with the checksum you provided

RIPEMD is a old algorithm modeled after MD4 and similar in performance to SHA-1.

Settings Explained
  • 1. Input Type

    The type of the input text (not applicable for files).

    Plain Text

    Lore ipsum dolor sit amet
    Base64

    TG9yZSBpcHN1bSBkb2xvciBzaXQgYW1ldA==
    Binary

    Click on Browse File and select a file for Binary Input Type
  • 2. RIPEMD hash to compare

    The hash to compare to in Base64 or Hex format

  • 3. Hash Size

    The size of the output RipeMD hash. You can choose between 128, 160, 256 & 320

Comments 0

History
Jan 9, 2018
Tool Launched