Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 30 Dec 2012 09:15:34 +0100
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: New self-test for maximum length

On 12/30/2012 03:49 AM, magnum wrote:
> Unfortunately things get worse if you build with OMP. The test is more effective with more than one keys per crypt(). Not that I have seen any more of your formats yet, it segfaults on IPB so the rest are not tested with a --test=0 run.

A simple

for fmt in `./john --list=format-details|cut -f 1`
do
	./john --test --format=$fmt
done

should work around this, no?

Frank


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.