Compute RipeMD-160 hash from text in your browser. Client-side only. Used in Bitcoin and other applications.
This tool computes the RipeMD-160 hash of any text. RipeMD-160 is a 160-bit hash used in Bitcoin (with SHA-256) and elsewhere. All hashing runs in your browser; your data never leaves your device.
RipeMD-160 is a 160-bit hash used in Bitcoin (with SHA-256) and other applications. It is considered more secure than MD5.
Any text. Input is encoded as UTF-8 before hashing.
It is stronger than MD5/SHA-1 but less common than SHA-256. Use SHA-256 for maximum compatibility.
No. Hashing runs entirely in your browser.
When you need Bitcoin address compatibility or a system that specifically requires RipeMD-160.
Ensure the same UTF-8 input. Extra characters or encoding differences change the hash.
Use Calculate RipeMD-160 Hash. See Hash Generator, SHA-256, or All Hashes.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{ "@type": "Question", "name": "What is RipeMD-160 used for?", "acceptedAnswer": { "@type": "Answer", "text": "RipeMD-160 is a 160-bit hash used in Bitcoin (with SHA-256) and other applications. It is considered more secure than MD5." } },
{ "@type": "Question", "name": "What input does the tool accept?", "acceptedAnswer": { "@type": "Answer", "text": "Any text. Input is encoded as UTF-8 before hashing." } },
{ "@type": "Question", "name": "Is RipeMD-160 secure?", "acceptedAnswer": { "@type": "Answer", "text": "It is stronger than MD5/SHA-1 but less common than SHA-256. Use SHA-256 for maximum compatibility." } },
{ "@type": "Question", "name": "Is my data sent to a server?", "acceptedAnswer": { "@type": "Answer", "text": "No. Hashing runs entirely in your browser." } },
{ "@type": "Question", "name": "When should I use RipeMD-160?", "acceptedAnswer": { "@type": "Answer", "text": "When you need Bitcoin address compatibility or a system that specifically requires RipeMD-160." } },
{ "@type": "Question", "name": "Why does my hash differ?", "acceptedAnswer": { "@type": "Answer", "text": "Ensure the same UTF-8 input. Extra characters or encoding differences change the hash." } }
]
}