Salt
Applies to: cybersecurity
A salt is random data stored with a password hash so identical passwords produce different hashes.
hash = KDF(password, salt)
See also: hash-function, key-derivation-function
Applies to: cybersecurity
A salt is random data stored with a password hash so identical passwords produce different hashes.
hash = KDF(password, salt)
See also: hash-function, key-derivation-function