Problem with saving account passwords
#9

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
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));
That's your hashing
Okay so is there a solution for the passwords not really working?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)