Actions
Feature #7410
closedAdd salt to user passwords
Start date:
2011-01-22
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
User passwords are stored as SHA1(password)
which makes them vulnerable to a dictionary attack from an attacker who gets access to the database.
The change consists of generating a salt for each user and storing SHA1(salt+SHA1(password))
in the database.
Related issues
Actions