Password hashing between sa-mp and PHP
#2

There's no such thing as "unhashing". The point of a hash is to be irreversible. To compare the password, run the user input through the same hashing algorithm and then compare the output to what's stored in the database.
Reply


Messages In This Thread
Password hashing between sa-mp and PHP - by Mystique - 02.03.2015, 16:10
Re: Password hashing between sa-mp and PHP - by Vince - 02.03.2015, 16:17
Re: Password hashing between sa-mp and PHP - by Mystique - 02.03.2015, 16:18
Re: Password hashing between sa-mp and PHP - by Sithis - 02.03.2015, 16:19
Re: Password hashing between sa-mp and PHP - by Mystique - 02.03.2015, 16:21
Re: Password hashing between sa-mp and PHP - by Tamer - 02.03.2015, 16:23
Re: Password hashing between sa-mp and PHP - by Mystique - 02.03.2015, 16:36
Re: Password hashing between sa-mp and PHP - by Sithis - 02.03.2015, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)