You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMHO, it is better to store salted passwords to complicate brute-force attacks and prevent from searching for users with same passwords.
It was implemented in my project thechess based on Wt: https://bitbucket.org/starius/thechess/src/0ae7a62861b8/src/model/User.cpp
See method User::set_password
The text was updated successfully, but these errors were encountered:
IMHO, it is better to store salted passwords to complicate brute-force attacks and prevent from searching for users with same passwords.
It was implemented in my project thechess based on Wt:
https://bitbucket.org/starius/thechess/src/0ae7a62861b8/src/model/User.cpp
See method User::set_password
The text was updated successfully, but these errors were encountered: