|
Message-ID: <20130513190916.GA18774@openwall.com> Date: Mon, 13 May 2013 23:09:16 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Incremental mode in 1.7.9.14 On Mon, May 13, 2013 at 08:45:53PM +0200, magnum wrote: > On 13 May, 2013, at 20:22 , Solar Designer <solar@...nwall.com> wrote: > > They get so little weight because they're so rare in the training set > > (perhaps non-existent, for these specific characters?) However, you may > > adjust their weight here in charset.c: > > > > est *= (*cracks)[length][pos][count]; > > if (est < 1e-3) /* may adjust this */ > > est = 1e-3; > > > > Change the 1e-3 (in both places) to something larger (e.g., 1e-2). > > I need to re-generate charset files for each try, right? Of course. The code in charset.c is only used when you generate a new charset file. Alexander
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.