|
|
|
|
|
by iLoch
4587 days ago
|
|
I've also seen a fair bit of misunderstanding about hashes - you do not want to apply a global salt to all your hashes. Salts should be generated on a per hash basis, and should be stored within the hash itself. Most hashing libraries will do this. It's usually much easier and safer to use a library than to roll your own. |
|
That aside, doesn't Wordpress still use lots of global salts?!