Mysql little problem
#2

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')
Reply


Messages In This Thread
Mysql little problem - by Tigerkiller - 10.08.2011, 22:31
Re: Mysql little problem - by Vince - 10.08.2011, 22:37
Re: Mysql little problem - by Tigerkiller - 10.08.2011, 22:40
Re: Mysql little problem - by TheArcher - 10.08.2011, 23:28

Forum Jump:


Users browsing this thread: 1 Guest(s)