Closed Castau closed 4 years ago
I think the function does what we intend it to do, already? Or maybe I am missing something.
From the bottom of this paragraph:
where bacon
is the string and 8
is the salt rounds.
I think the function does what we intend it to do, already? Or maybe I am missing something.
That's a good find - i checked the database and it looks like it's working as intended.
Then there's no issue :D
In the userFacade where we add a user we need to generate the salt - rigth now it's just hardcoded as 10:
Should look lige this:
It's fine that the saltrounds are hardcoded as 10, but we need to generate the salt itself.
This needs to be fixed before security report is due.