Hashing password
#6

hey, if won't give me a return in the console:

Код:
stock hashit(string[])
{
	new rand = random(10,15);
	new hashed = md5(md5(rand) . md5('%s'));
	return hashed,setproperty(.name = #this, .value = hashed);
}

public OnFilterScriptInit()
{
    print("%d", getproperty(.name = #this));
	return 1;
}
Reply


Messages In This Thread
Hashing password - by Nicholas. - 11.08.2012, 10:12
Re: Hashing password - by leonardo1434 - 11.08.2012, 10:13
Re: Hashing password - by kickerbat - 11.08.2012, 10:20
Re: Hashing password - by kickerbat - 11.08.2012, 10:23
Re: Hashing password - by leonardo1434 - 11.08.2012, 10:27
Re: Hashing password - by kickerbat - 11.08.2012, 10:32
Re: Hashing password - by leonardo1434 - 11.08.2012, 10:38
Re: Hashing password - by ReVo_ - 11.08.2012, 10:40
Re: Hashing password - by kickerbat - 11.08.2012, 10:48
Re: Hashing password - by kickerbat - 11.08.2012, 10:51

Forum Jump:


Users browsing this thread: 1 Guest(s)