:salt: 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."
-- The AI Hackers Dictionary
magic number n.
[Unix/C; common] 1. In source code
some non-obvious constant whose value is significant to the
operation of a program and that is inserted inconspicuously in-line
(hardcoded), rather than expanded in by a symbol set by a
commented #define....