Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 13 May 2013 20:45:53 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Incremental mode in 1.7.9.14

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?

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.