php - Why have a different salt for every password? -
this question has answer here:
- salting password: best practices? 8 answers
- secure hash , salt php passwords 14 answers
adding long salt prevents attacker use rainbow table attack. add, example, fve4qrwgfagvwrvfedsgfgbvseasionvwegsf32
passwords before hashing, he's not going have rainbow table these words.
so, why use different salt every password? reason see attacker create rainbow table once default salt, , use rainbow table then. it?
Comments
Post a Comment