add salting to hash function #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "(deleted):add_salt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as you asked us to do boss ;)
wait, but this way the salt is not saved in the database, and if I am using the same library for two different websites, the salt is going to be predictable, which will help me if I want to brute force. The salt should be unique for each password database, at least.
Pull request closed