Quote:
Originally Posted by rockhopper
Im making something using whirlpool hasher ie this
pawn Code:
WP_Hash(HashPass, sizeof(HashPass), inputtext);
So Now to check if its the correct pass I use this
pawn Code:
if(strcmp(HashPass, PlayerInfo[playerid][pPass]) == 0)
So I wanted to know a way through which using the HashPass I could get a player's pass ? Like if I type a cmd it converts the hash Pass to Normal Player's Pass How to do it ?
|
I don't think you can convert it, Though you can just disable it.