15.08.2016, 00:21
Quote:
I guess you are generating a new salt all the time when player logs in and i am assuming that salt is randomly generated or is different all the time even if same password string.
You have to probably get the salt from MySQL if saved in the row Or use a static salt(not recommended). |
So the salt isn't the same every time, nor is it stored into the SQL Database.