SA-MP Forums Archive
kindly help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: kindly help (/showthread.php?tid=608074)



kindly help - LifeRah - 27.05.2016

hello guys, i am using a mysql script but it shows hashed password in database. If the password is 123456 it shows many alphabets like ABDHUFU57HKSNM793MN94. Kindly, tell me how to make it show the real password


Re: kindly help - Infinity - 27.05.2016

Why on earth would you want to do that!? Hashing is a security measure to protect your players.


Re: kindly help - ev0lution - 27.05.2016

You can't decode a hashed password, they're one-way by design. Rewrite the script if you're not happy with how password storage is implemented. Please don't try to discover your users passwords - there's no reason you need to see them.