Pick one and press Start, then click Next › to step through it.
Watch for
The two digests landing on entirely different values even though the password typed was identical.
More about this scenario
You'll learn
Why a per-user salt means one cracked account never reveals another, and why precomputed tables cannot touch a salted store.
How it runs
Each store generates a fresh random-looking salt for that user, folds the salt-plus-password through the slow hash, and keeps only the salt and the final digest.