MySQL Password Hash - 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: MySQL Password Hash (
/showthread.php?tid=308699)
MySQL Password Hash -
DarkKillerWithPride<3 - 04.01.2012
Hey,
I tried to use SHA1 for my password hashing on MySQL however it failed. Anyone have a better method that maybe I should use?
Thanks,
-Mike
Re: MySQL Password Hash -
SchurmanCQC - 04.01.2012
Try using whirlpool or MD5.
Re: MySQL Password Hash -
CoaPsyFactor - 04.01.2012
put in query MD5('password');
Re: MySQL Password Hash -
DarkKillerWithPride<3 - 04.01.2012
thanks guys