|
Message-ID: <4E4EA1A2.5010209@bredband.net> Date: Fri, 19 Aug 2011 19:47:14 +0200 From: magnum <rawsmooth@...dband.net> To: john-dev@...ts.openwall.com Subject: Re: 45% wordlist boost just waiting to happen On 2011-08-19 19:37, magnum wrote: > Jim, you decide if you fix this within your const patch, or I fix it first? > > magnum I can't help contemplating how to avoid the strlen :-) We do know &word[x+1]-&word[x] already but maybe not currently available within dummy_rules_apply(). We could use a wordlist.c-wide "curlength" variable that gets set within that #if ARCH_ALLOWS... and the truncation in dummy_rules_apply() could check first that the word is not short enough already. 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.