Help With Register Dialog.
#2

Well the reason there is quite simple, you should be storing it as a string, not an integer.

pawn Код:
dini_Set(file,"Password", inputtext);
Although I would like to stress that storing non-hashed passwords is a serious security flaw, your players would not be happy about their password being stored in plain text for anyone with access to use. With this said, udb_hash (Adler32) is not a reliable hashing method. You should use a method such as Whirlpool.
Reply


Messages In This Thread
Help With Register Dialog. - by Tessar - 13.02.2011, 19:31
Re: Help With Register Dialog. - by JaTochNietDan - 13.02.2011, 19:33
Re: Help With Register Dialog. - by Tessar - 13.02.2011, 19:37
Re: Help With Register Dialog. - by JaTochNietDan - 13.02.2011, 19:40
Re: Help With Register Dialog. - by Tessar - 13.02.2011, 19:41

Forum Jump:


Users browsing this thread: 1 Guest(s)