Closed jaybill closed 12 years ago
Password hashes are not using a salt, meaning that anyone who got the list and a rainbow table would be able to guess a bunch of passwords.
Fixed. This also uncovered some additional bugs, which I also fixed:
Password hashes are not using a salt, meaning that anyone who got the list and a rainbow table would be able to guess a bunch of passwords.