[Plugin] Whirlpool plugin
#3

Thats way way poor and lacks of explanation. If you are willing to re-distribute the work i suggest you copy and past the original topic, also linking to your own website is somehow selfish.

Anw,

Original example (might be helpful):

Quote:
Код:
#include <a_samp>

native WP_Hash(buffer[], len, const str[]);

main()
{
	new
		buf[129];
	printf("hash");
	WP_Hash(buf, sizeof (buf), "The quick brown fox jumps over the lazy dog");
	print(buf);
}
This will output:

Код:
B97DE512E91E3828B40D2B0FDCE9CEB3C4A71F9BEA8D88E75C4FA854DF36725FD2B52EB6544EDCACD6F8BEDDFEA403CB55AE31F03AD62A5EF54E42EE82C3FB35
Other notes he mentioned:

Quote:

If you use YSI that uses a custom key-based hash algorithm, while there are currently no known cracks for it I do not know exactly how secure it is, however the key system vastly improves it's security from server to server. You may want to consider upgrading to Whirlpool however YSI is the only user system which actually bothered with anything resembling security, so it's not required.

As with all my plugins if you place the folder in your SA:MP directory then compiling the plugin will automatically place the new dll or so in your plugins directory.

Reply


Messages In This Thread
Whirlpool plugin - by Abagail - 14.04.2015, 20:48
Re: Whirlpool plugin - by Jakwob - 14.04.2015, 20:53
Re: Whirlpool plugin - by Evocator - 14.04.2015, 20:54
Re: Whirlpool plugin - by Abagail - 14.04.2015, 20:56
Re: Whirlpool plugin - by Abagail - 24.04.2015, 15:04
Re: Whirlpool plugin - by KayJ - 24.04.2015, 15:08
Re: Whirlpool plugin - by Abagail - 24.04.2015, 15:50
Re: Whirlpool plugin - by vannesenn - 01.07.2016, 21:04
Re: Whirlpool plugin - by SickAttack - 01.07.2016, 21:22
Re: Whirlpool plugin - by vannesenn - 01.07.2016, 23:20

Forum Jump:


Users browsing this thread: 1 Guest(s)