|
|
|
|
|
by peeters
3668 days ago
|
|
> In our case, we use an immutable attribute of each user as their hash. I assume you mean "as their salt". And even then, why the half-measure? Just laziness? Sure, a guessable/computable salt is better than no salt, but it's not nearly as good as a random salt. |
|
Yes, thanks for clarifying what I meant to type.
why the half-measure? Just laziness? Sure, a guessable/computable salt is better than no salt, but it's not nearly as good as a random salt.
But isn't the salt essentially safe to make public anyway? That being the case, how does it matter what value you use, so long as it differs between users?