Problems with Whirlpool
#4

You write the password as a string, but load it as an integer.

else if ( !strcmp ( PassBuffer, DOF2_GetInt(File, "Password" ) ) )

Should be:

else if ( !strcmp ( PassBuffer, DOF2_GetString(File, "Password" ) ) )
Reply


Messages In This Thread
Problems with Whirlpool - by Burthop - 27.10.2011, 12:34
Re: Problems with Whirlpool - by SmiT - 27.10.2011, 12:37
Re: Problems with Whirlpool - by Burthop - 27.10.2011, 12:41
Re: Problems with Whirlpool - by SmiT - 27.10.2011, 12:50
Re: Problems with Whirlpool - by Burthop - 27.10.2011, 12:58

Forum Jump:


Users browsing this thread: 1 Guest(s)