pepper
termcryptographysecurity
A secret value added alongside the salt when hashing passwords.
Where the salt is unique but stored with the hash, a pepper is a single secret kept apart, in code or an HSM, so that a stolen database alone is not enough to attack the hashes. It is defence in depth layered on top of salting.
Also known as: secret salt, peppering