Whirlpool password hashing
#9

What I meant was something more along the lines of:

pawn Код:
new pass[129], apass[64];
WP_Hash(pass, sizeof(pass), inputtext);
strmid(apass, pass, 20, 84);
INI_WriteString(File, "Password", apass);
Would be more secure as crackers would be clueless on what algorithm it actually was. I would highly suggest reading up on what a salt is though.
Reply


Messages In This Thread
Whirlpool password hashing - by DiGiTaL_AnGeL - 19.05.2013, 07:31
Re: Whirlpool password hashing - by [HiC]TheKiller - 19.05.2013, 07:49
Re: Whirlpool password hashing - by DiGiTaL_AnGeL - 19.05.2013, 08:14
Re: Whirlpool password hashing - by IstuntmanI - 19.05.2013, 09:34
Re: Whirlpool password hashing - by DiGiTaL_AnGeL - 19.05.2013, 09:42
Re: Whirlpool password hashing - by playbox12 - 19.05.2013, 09:44
Re: Whirlpool password hashing - by DiGiTaL_AnGeL - 19.05.2013, 09:57
Re: Whirlpool password hashing - by Tamer - 19.05.2013, 10:00
Re: Whirlpool password hashing - by [HiC]TheKiller - 19.05.2013, 10:31

Forum Jump:


Users browsing this thread: 8 Guest(s)