19.05.2013, 10:31
What I meant was something more along the lines of:
Would be more secure as crackers would be clueless on what algorithm it actually was. I would highly suggest reading up on what a salt is though.
pawn Код:
new pass[129], apass[64];
WP_Hash(pass, sizeof(pass), inputtext);
strmid(apass, pass, 20, 84);
INI_WriteString(File, "Password", apass);