Main Page

encyclopedia.codeboy.net

 

Salt (cryptography)

In cryptography, salt consists of random bytes added to a key derivation function, which is often used to derive a key for use in a cryptographic algorithm. These additional random bytes make it more difficult to conduct a dictionary attack using pre-computed data against a password. Salt is sometimes non-secret data and is often transmitted with the encrypted data along with the number of iterations used in generating the key. Category:Cryptography

"Everything has been figured out, except how to live." - Jean-Paul Sartre (1905-1980)