Salt is the term used in cryptography that defines a value that can be used to ensure that hashed plaintext will not consistently result in the same digest. The salt is random data that is used to defend passwords against dictionary attacks or against its hashed equivalent.
For each password a new salt is generated randomly.