Password hash issue (Whirlpool)
#1

As a part of a login/register system, I am chhanging from dudb hash function to Whirlpool.
I get only one error that I dont know how to fix.

The code part looks like this:
pawn Code:
Line 143: new hashed_password[129];
Line 144: WP_Hash(hashed_password, sizeof(hashed_password), inputtext);
Line 145: djSetInt(file, "Password", hashed_password);
The error code I get is this:
Code:
C:\Users\Simon\Desktop\samp server\gamemodes\rpg.pwn(145) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Hope someone can help me, its very simple, I gues.
Thank you.
Reply


Messages In This Thread
Password hash issue (Whirlpool) - by sim_sima - 14.03.2012, 14:03
Re: Password hash issue (Whirlpool) - by T0pAz - 14.03.2012, 14:09
Re: Password hash issue (Whirlpool) - by sim_sima - 14.03.2012, 14:26
Re: Password hash issue (Whirlpool) - by T0pAz - 14.03.2012, 14:46
Respuesta: Password hash issue (Whirlpool) - by kirk - 14.03.2012, 14:46
Re: Respuesta: Password hash issue (Whirlpool) - by sim_sima - 14.03.2012, 14:54
Respuesta: Password hash issue (Whirlpool) - by kirk - 14.03.2012, 14:57
Re: Password hash issue (Whirlpool) - by sim_sima - 14.03.2012, 15:16
Respuesta: Password hash issue (Whirlpool) - by kirk - 14.03.2012, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)