Encoding players passwords.
#1

I know i have made numerous post's but i have tried everything and it has honestly got me stumped, and quite frankly I'm getting frustrated. I'm using Whirlpool plugin. The main problem I'm having is actually getting the players password to hash in the Scriptfiles>Serverdata>Players>[PlayerName].

For example the output will still be
Код:
Password yunowork
The plugin seems to be working in the server-log, am i missing a code in my Game mode for it to hash the passwords in Scriptfiles?


<This is the main code i have been using in my gamemode is>
Код HTML:
    new
    buf[145];
    printf("hash");
    WP_Hash(buf, sizeof (buf), "The quick brown fox jumps over the lazy dog");
    print(buf);
also

Код HTML:
native WP_Hash(buffer[], len, const str[]);
Reply


Messages In This Thread
Encoding players passwords. - by MrPlatinum - 28.09.2012, 11:09
Re: Encoding players passwords. - by Red_Dragon. - 28.09.2012, 11:13
Re: Encoding players passwords. - by MrPlatinum - 28.09.2012, 11:18
Re: Encoding players passwords. - by stabker - 28.09.2012, 11:21
Re: Encoding players passwords. - by MrPlatinum - 28.09.2012, 11:25
Re: Encoding players passwords. - by HyDrAtIc - 28.09.2012, 11:26
AW: Encoding players passwords. - by BigETI - 28.09.2012, 11:28
Re: Encoding players passwords. - by MrPlatinum - 28.09.2012, 11:34
AW: Encoding players passwords. - by BigETI - 28.09.2012, 11:40
Re: AW: Encoding players passwords. - by stabker - 28.09.2012, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)