Tested tool guide
Tested browser tools
Checked August 16, 2026
What RIPEMD-160 Hash Generator does, with a checked example
RIPEMD-160 squeezes any input - a phrase, a file, a public key - down to a fixed 40-character hexadecimal digest. Designed in 1996 as a strengthened successor to the original RIPEMD after weaknesses were found in it, the hash is best known today as the second stage of Bitcoin address derivation, where it runs on the SHA-256 hash of a public key. Everything is computed locally in your browser; nothing is uploaded. The thing users most often misread: the result is a hash, not an encryption and not an address - it cannot be reversed, and turning it into a Bitcoin address takes further encoding steps.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
8eb208f7e05d987a9b044a8e98c6b087f15a0bfc
"abc" is a standard test input in hash vector suites, and its RIPEMD-160 digest is the well-established value shown here: any correct implementation of this algorithm must return these exact 40 characters. Forty hex characters are 20 bytes, which is exactly 160 bits - the length the algorithm's name refers to.