Help converting PAWN function to PHP.
#1

I'm currently working on a UCP for my for gamemode however when I created a login / register I realized that my script uses passwords that are whirpooled and then hashed which means I will have to do the same thing on the PHP side of things. So what I need is help converting this PAWN function into PHP, here it is.

Код:
salt[saltSize] = random(2) ? (random(26) + (random(2) ? 'a' : 'A')) : (random(10) + '0');
Reply


Messages In This Thread
Help converting PAWN function to PHP. - by Hashski - 27.05.2014, 22:56
Re: Help converting PAWN function to PHP. - by DobbysGamertag - 27.05.2014, 23:40
Re: Help converting PAWN function to PHP. - by Hashski - 28.05.2014, 01:15
Re: Help converting PAWN function to PHP. - by Threshold - 28.05.2014, 02:11

Forum Jump:


Users browsing this thread: 1 Guest(s)