php - Why have a different salt for every password? -


this question has answer here:

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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -