Type anything and watch MD5, SHA-1, SHA-256 and SHA-3 compute at once — then change one character and measure how much of the output moves.
A hash function turns any input into a fixed-length fingerprint that cannot be run backwards. Three panels, one property each. Every digest here is really computed — SHA-1 and SHA-256 by your browser's own cryptography, MD5 and SHA-3-256 by implementations in the page verified against the published test vectors — so these values match any other correct tool, digit for digit.
Panel 01 — one input, four digests. Type anything; all four hashes update as you type. Read the lengths before you read the values: MD5 always returns 32 hex digits, SHA-1 always 40, SHA-256 and SHA-3-256 always 64, whether the input is one character or a paragraph — and the empty input still produces a full digest. MD5 and SHA-1 are marked in orange because both are cryptographically broken; they remain here because you will keep meeting them.
Panel 02 — avalanche effect. Press Flip one character of A. One character changes and roughly half of the output bits change with it, which the panel counts rather than asserts. Try it on all four algorithms and the figure stays near 50%. Nothing about the digest hints at how similar the two inputs were, so an attacker cannot get "warmer" by guessing closer — which is the property the third panel depends on.
Panel 03 — does this string match this hash? Enter a candidate string and a target digest and press Check. This is exactly what a login server does: it hashes what you typed and compares. It never reverses anything, which is why a site cannot email you your forgotten password. Press Load a stolen hash for a target with a hint, and try to work out the plaintext — that is an offline guessing attack, the thing that happens after every credential breach. Press Use panel 01's hash to test a string you chose yourself.
Nothing is graded, nothing is stored, and nothing you type leaves this frame — all four algorithms run inside this page.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →