RIPEMD-160 Hash Generator.
Generate 160-bit RIPEMD-160 hashes used in Bitcoin address derivation.
About RIPEMD-160 Generator.
RIPEMD-160 (RACE Integrity Primitives Evaluation Message Digest 160-bit) was developed in Leuven, Belgium in 1996 as an open, academic alternative to SHA-1. It is famous for its role in Bitcoin, where a public key is hashed with SHA-256 followed by RIPEMD-160 (HASH160) to generate legacy P2PKH Bitcoin addresses.
Primary Use Cases
- ✓Bitcoin P2PKH address generation (HASH160 = RIPEMD160(SHA256(pubKey)))
- ✓PGP key fingerprinting
Technical Specifications
- Standard
- Output Size
- 160 bits (20 bytes / 40 hex)
- Execution Mode
- Client-Side (Web Crypto)
- Server Upload
- None (Zero bytes sent)
Frequently Asked Questions.
Common technical and security queries regarding RIPEMD-160 Generator.
Frequently Asked Questions
Clear answers to common cryptographic and implementation questions.
Why does Bitcoin use RIPEMD-160?
Related Cryptographic Utilities
Generate MD5, SHA-1, SHA-256, SHA-512, SHA-3, Keccak, and CRC32 hashes simultaneously from a single text input.
Generate cryptographically secure 256-bit SHA-2 hashes instantly in your browser.
Generate 160-bit SHA-1 message digests (40 hex characters) online.