Get the LinuxSecurity news you want faster with RSS
Powered By
Security Dictionary
Can't tell 'smtp' from 'snmp'? Find the precise meaning of these and hundreds of other security-related terms in our convenient and up-to-date Security Dictionary.
salt
(I) A random value that is concatenated with a password before
applying the one-way encryption function used to protect passwords
that are stored in the database of an access control system. (See:
initialization value.)
(C) Salt protects a password-based access control system against a
dictionary attack.