16.03.2013, 03:14
I have the below small amount of code but when users log in or edit their account it does not hash out the password. It will show the actual password instead of ***** or dots.
I am using Whirlpool and I cannot seem to get it working with whatever I do.
I am using Whirlpool and I cannot seem to get it working with whatever I do.
pawn Код:
new password2 = num_hash(inputtext);
if(PlayerInfo[playerid][pKey] == password2)