Hash Avalanche Effect
Change one letter and the entire fingerprint scrambles. The avalanche effect is what makes cryptographic hashes trustworthy — see it bit by bit.
Controls
A good cryptographic hash maps any input to a fixed-size fingerprint, and flipping a single input bit flips about half the output bits — the avalanche effect. This makes the output look random and unrelated to the input, so you cannot nudge your way from one hash to a target. It is why hashes protect passwords, verify files, and anchor blockchains.
Data Inspector
Governing equation
Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.
How it works
A cryptographic hash maps any input to a fixed-size digest, and a well-designed one exhibits the avalanche effect: flipping a single input bit flips roughly half the output bits, unpredictably. This decorrelation from the input is what lets hashes secure passwords, verify file integrity, and anchor digital signatures and blockchains. This demo uses a small toy hash to make the effect visible.
Ask the AI about this model
The math, the assumptions, real-world uses, or a code translation — explained for this exact simulation.