home

top 200 password md5/sha1 lookup · salting demo · bcrypt cost · educational · runs locally

building table…

md5(salt+password)

sha-256(salt+password)

same password + different salt → different hash (rainbow tables fail)

bcryptjs dynamic import · per-password salt embedded in hash

ready