Generate RIPEMD-160 Cryptographic Hashes
Calculate 160-bit RIPEMD-160 hashes used in Bitcoin (BTC) address derivation, PGP, and European cryptographic standards.
About This Tool
RIPEMD-160 (RACE Integrity Primitives Evaluation Message Digest) is a 160-bit cryptographic hash function widely recognized for its use in Bitcoin's address generation algorithm (SHA-256 followed by RIPEMD-160).
Key Features
160-bit digest (40 hex chars)
Standard Bitcoin & PGP algorithm
Uppercase / lowercase toggle
100% private in-browser computation
How to Use This Tool
- Paste your text or hex data in the input box.
- Click 'Generate RIPEMD-160 Hash'.
- Copy the resulting 40-character hex hash.
Why Use This Tool
- Essential for developers building Bitcoin, cryptocurrency, and blockchain address tools.
- High-speed 160-bit hash calculation running locally in the browser.
Pro Tips
- Combine with SHA-256 for Bitcoin Hash160 simulation
Frequently Asked Questions
Why does Bitcoin use RIPEMD-160?
Bitcoin uses RIPEMD-160 to produce shorter (20-byte / 160-bit) address hashes from 256-bit public keys, reducing blockchain transaction data sizes.