08.06.2012, 21:37
Hi,I want to know how can I hash my passwords since i could not find a tutorial for it.
Код:
stock Registracija(playerid,key[])
{
new file[64];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(file,sizeof(file),"/users/%s.txt",name);
dini_Create(file);
dini_Set(datoteka,"Password",key);
return 1;
}


