Choosing a weak algorithm
MD5 and SHA-1 are fine for non-security deduplication but are unsuitable for security use.
Fix: Pick SHA-256 or SHA-3 when the hash is security-relevant.
header • up to 320x100 / 728x90
Generate MD5, SHA-1, SHA-256, SHA-384, SHA-512, or SHA3 checksums from pasted text, perfect for quick integrity checks and deduplication.
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
Text Checksum Generator produces a cryptographic checksum of pasted text using MD5, SHA-1, SHA-256, SHA-384, SHA-512, or SHA-3 at the click of an algorithm switcher.
Checksums are ideal for quick integrity checks, deduplication, caching, and diffing text snippets without storing the full content — they're the same digests you would compute with `openssl dgst` on a terminal.
release-manifest-v2026.04.18
d7a8fbb307d7809469ca9abcb0082e4f8d5651e46d3cdb762d02d0bf37c9e592
MD5 and SHA-1 are fine for non-security deduplication but are unsuitable for security use.
Fix: Pick SHA-256 or SHA-3 when the hash is security-relevant.
Trailing newlines, tabs, or BOM characters change the checksum even if the visible text looks identical.
Fix: Normalize whitespace and encoding before hashing when parity matters.
Most hashing CLIs produce hex.
Fix: Convert the hex output to base64 using a matching tool if your target needs that format.
MD5, SHA-1, SHA-256, SHA-384, SHA-512, and SHA-3.
For non-security integrity it is fine and fast. For security-relevant scenarios prefer SHA-256 or SHA-3.
Yes. The hex output matches `openssl dgst -<alg>` for the same input bytes.
No. Hashing is computed in the browser.
This is a text tool. Convert binary data to base64 first, or use a file-checksum tool.
Invisible characters such as BOM, non-breaking spaces, or line-ending differences change bytes and therefore the hash.
Inspect raw hash tools or jump straight to a specific algorithm for more SEO context. You can also browse the full Cryptography & Hashing category for more options.
Generate MD5 cryptographic hash
Generate SHA-256 cryptographic hash
Generate SHA-512 cryptographic hash
Generate HMAC authentication codes
Generate CRC-16 checksum
Generate CRC-32 checksum
Generate MD2 cryptographic hash
Generate MD4 cryptographic hash
Generate MD6 cryptographic hash
Generate NTLM password hash
Generate a SHA-512/224 truncated digest for systems that need SHA-3-like strength with a shorter output length.
Generate a SHA-512/256 truncated digest used where 256-bit SHA-2 output is needed with SHA-512 internals.