JargonFile/entries/salt.txt

8 lines
260 B
Plaintext
Raw Normal View History

2014-04-26 10:52:28 -04:00
salt
2014-04-26 11:54:15 -04:00
n. A tiny bit of near-random data inserted where too much regularity would
be undesirable; a data frob (sense 1). For example, the Unix crypt (3) man
page mentions that the salt string is used to perturb the DES algorithm in
one of 4096 different ways.