UCP Password Problem
#10

Quote:
Originally Posted by Garu
Посмотреть сообщение
You cannot un-hash whirlpool because hashing is a one way process.

To hash passwords on sa-mp use https://sampforum.blast.hk/showthread.php?tid=65290.

PHP has built in hashing hash('whirlpool', "yourpasswordstring").
look, in my script is whirepool, and in php is md5 and can u give me the example how to edit this in php.. here u go:

Код:
$hash = md5(rand(0,1000));
$pass = mysql_real_escape_string($_POST['signup-password']);
$pass2 = mysql_real_escape_string($_POST['signup-password2']);
THANKS!
Reply


Messages In This Thread
UCP Password Problem - by Dusan01 - 17.11.2012, 14:48
Re: UCP Password Problem - by Jantjuh - 17.11.2012, 20:08
Re: UCP Password Problem - by FUNExtreme - 18.11.2012, 11:52
Re: UCP Password Problem - by [MM]18240[FMB] - 18.11.2012, 13:06
Re: UCP Password Problem - by Dusan01 - 18.11.2012, 16:07
Re: UCP Password Problem - by ca2k - 18.11.2012, 16:13
Re: UCP Password Problem - by Riddy - 18.11.2012, 16:19
Re: UCP Password Problem - by Dusan01 - 18.11.2012, 16:45
Re: UCP Password Problem - by [MM]18240[FMB] - 18.11.2012, 16:52
Re: UCP Password Problem - by Dusan01 - 19.11.2012, 04:11

Forum Jump:


Users browsing this thread: 3 Guest(s)