Password hashing with Whirlpool when logging on?
#1

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.

pawn Код:
new password2 = num_hash(inputtext);
if(PlayerInfo[playerid][pKey] == password2)
Reply


Messages In This Thread
Password hashing with Whirlpool when logging on? - by MrSnapp - 16.03.2013, 03:14
Re: Password hashing with Whirlpool when logging on? - by CROSS_Hunter - 16.03.2013, 03:42
Re: Password hashing with Whirlpool when logging on? - by MrSnapp - 16.03.2013, 05:58

Forum Jump:


Users browsing this thread: 1 Guest(s)