04.07.2011, 19:42
Hey guys,
How can i check if the WP_Hashed password equals to the inputtext you enter in the inputtext of a dialog?
Ive tried it like this:
But with this i can just login with any password. Im kinda new to whirlpool, so i dont really know how to use it.
Any help is appreciated!
~Wesley
How can i check if the WP_Hashed password equals to the inputtext you enter in the inputtext of a dialog?
Ive tried it like this:
pawn Code:
new buf[129]; pass = WP_Hash(buf, sizeof buf, inputtext);
if(pass == djInt(file, "Password"))
Any help is appreciated!
~Wesley