10.08.2011, 22:37
Hashes cannot be decrypted, that's the point of a hash. To check if a password is correct, you'd do this:
pawn Код:
SELECT * FROM Users WHERE Name = 'playername' AND Password = md5('inputtext')