09.12.2012, 15:55
A registration system for a good server should always use hashed password for secure. Otherwise, they can steal the passwords and that's really bad!
Here's a good tutorial about how to use y_ini with dialogs for register/login. However, it uses Whirlpool (that I personally recomment to you!). In case you don't want to use it, just replace hashpass with inputtext, and don't use this native.
Here's a good tutorial about how to use y_ini with dialogs for register/login. However, it uses Whirlpool (that I personally recomment to you!). In case you don't want to use it, just replace hashpass with inputtext, and don't use this native.
pawn Код:
native WP_Hash(buffer[],len,const str[]);