13.02.2011, 19:33
Well the reason there is quite simple, you should be storing it as a string, not an integer.
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.
pawn Код:
dini_Set(file,"Password", inputtext);