Subjective question inspired by this thread...
I believe that the term "random salt value" is one of the most poorly-named concepts in computer science. There is really nothing random about it. The salt value has to be deterministically tied to the entity for which it will be used to salt the hash (usually password.)
The initial creation of a salt value might be a rand process but after that the value has to be persisted the random concept goes out the window. IMO the word random should be dropped entirely from the term or perhaps replaced with the word arbitrary.
What are your pet peeves in terminology?
