Password hashing
#8

Quote:
Originally Posted by xMoBi
Посмотреть сообщение
PHP код:
RegisterDialog()
{
    new 
wp_pass[129];
    
WP_Hash(inputtextwp_passsizeof wp_pass);
    
    
format(stringsizeof string"Your account has been successfully created. Password is: %s."inputtext);
    
ShowPlayerDialog(playerid0, ...);    

And use Whirlpool hash
It's right - You will show them their password that they have entered as inputtext. And then hash it and put it in the database. And hashed password will be in the player data array.
Reply


Messages In This Thread
Password hashing - by Mike861 - 11.06.2018, 19:25
Re: Password hashing - by xMoBi - 11.06.2018, 22:07
Re: Password hashing - by Robin96 - 11.06.2018, 22:53
Re: Password hashing - by Sew_Sumi - 11.06.2018, 23:11
Re: Password hashing - by Mike861 - 12.06.2018, 07:57
Re: Password hashing - by Robin96 - 12.06.2018, 10:05
Re: Password hashing - by Dayrion - 12.06.2018, 10:35
Re: Password hashing - by Logic_ - 12.06.2018, 11:14
Re: Password hashing - by Logic_ - 12.06.2018, 11:50
Re: Password hashing - by Ada32 - 12.06.2018, 13:50

Forum Jump:


Users browsing this thread: 1 Guest(s)