RIPEMD-160
From Just Solve the File Format Problem
RIPEMD-160 is a 160-bit cryptographic hash function. The term "RIPEMD-160" can also refer to the family of four hash functions consisting of RIPEMD-128, RIPEMD-160, RIPEMD-256, and RIPEMD-320. This article is about the whole RIPEMD-160 family.
The RIPEMD-160 family is the successor of the original RIPEMD hash.
Details
- RIPEMD-160 family
- RIPEMD-128 (128-bit; replacement for RIPEMD)
- RIPEMD-160 (160-bit)
- RIPEMD-256 (256-bit; optional extension)
- RIPEMD-320 (320-bit; optional extension)
Software
- OpenSSL (160-bit:
openssl dgst -ripemd160
)
Links
- The hash function RIPEMD-160
- RIPEMD-160 article from the ECRYPT Hash Function Website
- RIPEMD-128 article from the ECRYPT Hash Function Website
- Wikipedia: RIPEMD (This article is about both the original RIPEMD, and the RIPEMD-160 family.)