Changing hashing method from WP to MD5.
#2

Whirlpool is from plugin?

Then I would remove the WP_Hash native and write this function:
pawn Код:
WP_Hash(buffer[], len, const str[])
{
    buffer = MD5(str);
    // it depends which MD5 script you've got
}
Reply


Messages In This Thread
Changing hashing method from WP to MD5. - by Moglizorz. - 10.11.2010, 21:39
Re: Changing hashing method from WP to MD5. - by rs.pect - 10.11.2010, 21:51
Re: Changing hashing method from WP to MD5. - by Moglizorz. - 10.11.2010, 21:54
Re: Changing hashing method from WP to MD5. - by bigcomfycouch - 10.11.2010, 22:26

Forum Jump:


Users browsing this thread: 2 Guest(s)