[HELP]Hasher
#3

Quote:
Originally Posted by GeekSiMo
Посмотреть сообщение
In a Dialog of password, when you want to write it with dini or Y_INI, You udb_hash(inputtext).
Thanks for the reply, I know why this code is used but I want to know the meaning of the lines in the code like what is happening in

pawn Код:
for (n=0; n<length; n++)
    {
       s1 = (s1 + buf[n]) % 65521;
       s2 = (s2 + s1)     % 65521;
    }
    return (s2 << 16) + s1;
Reply


Messages In This Thread
[HELP]Hasher - by nilanjay - 02.08.2014, 09:53
Re: [HELP]Hasher - by GeekSiMo - 02.08.2014, 09:59
Re: [HELP]Hasher - by nilanjay - 02.08.2014, 10:02
Re: [HELP]Hasher - by GeekSiMo - 02.08.2014, 10:10

Forum Jump:


Users browsing this thread: 1 Guest(s)