Posts: 366
Threads: 113
Joined: Feb 2014
Hello , i created registration system from a tutorial in sa-mp.com . Now after every registration a file is created in a folder . But it doesn't showing me the correct password (only password , money score deaths etc are working correctly) . I registered my account but the file show the following password.
414746AC3075C37E8F740933E1C8F4FDD3F195093161A5D503 FCE5D4881BD6E5EB6AFDDF6A02BA4AAE2300A9A3AB98E48625 88D0E9AAD1C746A86E2A07AF93CA
Posts: 251
Threads: 3
Joined: Jul 2011
Reputation:
0
you are using whirlpool to hash your passwords, you must edit the registration and login code to send the input of the dialog in plane text.
Posts: 20
Threads: 11
Joined: Dec 2013
Reputation:
0
If you followed one on SAMP forums if I'm correct every one includes hash from what I've read. You'll still be able to log in with the pword you put it was IG it's just a way so ppl wont get others passwords.
Posts: 366
Threads: 113
Joined: Feb 2014
how to convert the hash password into ig password?
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
One question, why?
You shouldn't be unhashing passwords ever.
Posts: 23
Threads: 6
Joined: Aug 2014
Reputation:
0
He wants to know the other player password to enter with their accounts, don't do that it's good if the password is codified, so you can't read it's more safe for players, don't trie to get their passwords!!!!!!!!
Posts: 366
Threads: 113
Joined: Feb 2014
Ok , Thanks all of you for helping.