add salting to hash function #21
Loading…
Reference in a new issue
No description provided.
Delete branch "romaingu/2024-heraklion-git: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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.