Salt
A salt is unique random data added to an input before hashing so identical values produce different digests and precomputed tables become useless.
Salts are not secrets and can be stored beside the digest. Their job is to force an attacker to attack each record separately. Continue with Password security that actually helps for the longer explanation.