UCP De-hashing Help
#9

Quote:
Originally Posted by kingmk
Посмотреть сообщение
I think the problem it's on your gamemode samp server, when u hashing the password, NOT in your UCP "De-Hashing". I had this problem some time ago, and the problem was that, the hashing SHA256 on my server didn't return the same hashed string like the PHP version. I suggest you to post the method that you hashing the password on your gamemode, so we can figure out what's wrong.
I think u r right because i just make a code where i entered my password and try to see the hashed output and i saw that they are just not the same..
here is the code
PHP код:
<?php
$password 
"21dec2001";
$crypted hash('sha256',$password);
echo 
$crypted;
?>
Reply


Messages In This Thread
UCP De-hashing Help - by Speaker - 23.02.2018, 07:41
Re: UCP De-hashing Help - by Chocopie - 23.02.2018, 08:05
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 08:13
Re: UCP De-hashing Help - by Logic_ - 23.02.2018, 10:03
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 10:16
Re: UCP De-hashing Help - by rfr - 23.02.2018, 10:19
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 10:29
Re: UCP De-hashing Help - by kingmk - 23.02.2018, 11:09
Re: UCP De-hashing Help - by Speaker - 23.02.2018, 12:18
Re: UCP De-hashing Help - by kingmk - 23.02.2018, 16:27

Forum Jump:


Users browsing this thread: 2 Guest(s)