Quote:
Originally Posted by Jochemd
pawn Код:
new File:file = INI_Open(string); INI_SetTag(file,"pData"); INI_WriteString(file,"Password",udh_hash(inputtext));
udb_hash returns the hashed password. Got how it works now?
|
So if i will use it as a string it will be the same on the .ini file as the person input's from the dialog. ?