Password hashing
#2

No!!!

Do not show them password in plain text in message! Use dialog! because messages are logged.

You can do it like:

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
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)