|
|
|
|
|
by ameliaquining
3239 days ago
|
|
A pepper is shared among all users of a site. That's what makes it different from a salt. Or are you saying that the exact same hash was found in multiple separate database dumps? I didn't see any indication of that in the article. |
|
"The pepper is randomly generated for each value to be hashed (within a limited set of values), and is never stored. When data is tested against a hashed value for a match, this is done by iterating through the set of values valid for the pepper, and each one in turn is added to the data to be tested (usually by suffixing it to the data), before the cryptographic hash function is run on the combined value."