[MySQL]Hash
#6

I think you can hash them without whirlpool too
Quote:

All passwords are hashed with SHA1, that means you cannot decrypt SHA1 passwords once they are set. For more information, visit the Wikipedia Page
for example:
pawn Код:
format(query, sizeof(query), "INSERT INTO playerdata (user, password, score, money, IP) VALUES('%s', SHA1('%s'), 0, 0, '%s', 0.0)", pname, passwordstring, IP);
sorce
Quote:

how to make change that to whirpool hashing passwords? please help

Why would you like to make changes to a player's password ?
Reply


Messages In This Thread
[MySQL]Hash - by erorche - 30.11.2013, 11:35
Re: [MySQL]Hash - by SilentSoul - 30.11.2013, 11:36
Re: [MySQL]Hash - by erorche - 30.11.2013, 11:39
Re: [MySQL]Hash - by Konstantinos - 30.11.2013, 11:44
Re: [MySQL]Hash - by erorche - 30.11.2013, 11:50
Re: [MySQL]Hash - by xVIP3Rx - 30.11.2013, 11:50
Re: [MySQL]Hash - by erorche - 30.11.2013, 12:18

Forum Jump:


Users browsing this thread: 2 Guest(s)