Changing hashing method from WP to MD5.
#1

Hey there guys,

Basically to put it simply, I'm trying to change this from WP hashing to MD5.
https://sampforum.blast.hk/showthread.php?tid=178387

I've messed around, but I just can't get the hang of it.

Would appreciate any help I can get,
Ryan
Reply
#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
#3

Open to suggestions for MD5 plugin, not immensely experienced in it.
Reply
#4

I am not sure why you would want to downgrade your hashing algorithm.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)