|
Message-ID: <23a9f718436fddea3c6297051783b840@smtp.hushmail.com> Date: Fri, 03 Apr 2015 18:17:07 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: [GSoC] John the Ripper support for PHC finalists On 2015-04-03 04:31, Agnieszka Bielec wrote: > thanks but it seems that first is executed init function (where I need > access to cost) before functions tunable_cost_* > > if this is impossible I must add my option to JohnTheRipper or make > another big modifications. Should I do it? I wanted to avoid this > and today I was fighting with the format and moved the init function > to be called inside set_salt > " > if(last_t_cost!=t_cost || last_m_cost!=m_cost) > { > if(last_t_cost !=0 && last_m_cost !=0) > done(); > last_t_cost=t_cost; > last_m_cost=m_cost; > init(fmt_pomelo_tmp,t_cost,m_cost); > } > " > and many more tricks, now it works but I have some bugs and > also as before it is necessary to make modifications in files > like loader.c I still think you should set things up in reset(db != NULL) at which point costs will be known. Did you miss my mail http://www.openwall.com/lists/john-dev/2015/03/30/17 ? magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.