|
Message-ID: <8bf11ab141a31b2db245546593523ddb@smtp.hushmail.com> Date: Sat, 5 Jan 2013 14:57:18 +0100 From: magnum <john.magnum@...hmail.com> To: john-users@...ts.openwall.com Subject: Re: Incremental attack properties questions On 5 Jan, 2013, at 13:00 , Frank Dittrich <frank_dittrich@...mail.com> wrote: > From a quick glance at the code, calc_stat.c needs > #if 0 > #endif > around two if ... { ... } blocks. > > The first one starts at line 92: > if(C2I(ligne[i])>127) > > The second starts at line 104: > if((i>0) && (C2I(ligne[i-1])>127)) > > Otherwise, non-ascii characters would be skipped when generating the > custom stats file. Ouch. I always had the idea using the -p option did the Right Thing[tm] but it seems you are right. We should definitely change this: When using -p, 8-bit should be *supported*, not silently skipped. I will fix this right away. 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.