uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/salt.md

Summary

Maintainability
Test Coverage
# Salt

Extra information appended to a password, before hashing.
Even if passswords for two different users are the same, with different salts those passwords get hashed to different values.

The salt does not need to be kept secret, as knowing it does not help find the original password.