Is there a significance to the word "salt" for a password salt?
|
feedback
|
closed as off topic by ho1, sclv, Mat, Jay Riggs, Jerry Coffin Jul 7 '11 at 23:24
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
http://www.derkeiler.com/Newsgroups/comp.security.misc/2003-05/0154.html
Apparently, there's no strong evidence even for the original "salting" of Carthage (http://en.wikipedia.org/wiki/Salting_the_earth) claim, but an interesting hypothesis nonetheless. | |||||||
feedback
|
|
The only meaning is that you are adding something to your password before you hash it, similarly to adding salt to your meal :-) | |||||
feedback
|
|
According to Ken Thompson, one of the first people to use the term in a book, it's related to the term "salting a mine", referring to gold mines. Whether that is "correct" or not who knows? I doubt there's an actual correct answer to this, it's just one of those terms that doesn't really have to have a reason as long as what it means is understood. | |||||||||
feedback
|
|
I had thought it related to the verb salt ...
| |||
|
feedback
|
|
I would guess because it's easy to add "salt" (NaCl or a fixed string). But once you do, the output is irrevocably changed (food, encrypted password). | |||||
feedback
|
|
Because before you hash the password, you add a random text to it. So, it looks like as if you add some "salt" to the original "food" ... password :) | |||
|
feedback
|
|
Once you add salt to food the real taste is no longer visible. So basically this is a figurative saying; add a little salt and it changes the original dish. | |||
|
feedback
|