24.03.2015, 05:52
Quote:
Hashing passwords means that the passwords get changed into a bunch of weird numbers/letters etc to secure the passwords from a hacker who can get on your vps and steal the accounts and passwords
And when you put the original password into a dialog, you can hash the input to see if it matches the numbers in your user. ini Код:
INI_WriteInt(File,"Password", PlayerInfo[playerid][pPass] = udb_hash(inputparam)); |