SA-MP Forums Archive
UCP got trouble with reading hashed password - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: UCP got trouble with reading hashed password (/showthread.php?tid=469792)



UCP got trouble with reading hashed password - RedWolfX - 14.10.2013

Nevermind :P delete this thread


Re: UCP got trouble with reading hashed password - DanishHaq - 14.10.2013

What hasher do you use?


Re: UCP got trouble with reading hashed password - Shoulen - 14.10.2013

You need to hash your password in the same way you have done in-game.
Standard MD5 hash for PHP is built-in and allows you to run md5(string);
But as I said, it would depend on how you've hashed your password in game.