SHA-256 Avalanche Effect

A single-bit flip, a world of difference.

What Is the Avalanche Effect?

In a secure hash function, changing even one input bit should alter roughly half of the output bits. This sensitivity is called the avalanche effect and helps thwart attackers by hiding patterns.

SHA-256 in Brief

Interactive Demo

Hashing is performed with the native crypto.subtle.digest API. Visualisation code lives in games/js/demos.js.

← Back to gallery