|
Message-ID: <BLU0-SMTP21507ACCC1688F35B7226E8FDE60@phx.gbl> Date: Fri, 29 Jun 2012 01:59:53 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: Re: Shouldn't the TS work with a pw.dic in reversed order as well? On 06/29/2012 01:32 AM, magnum wrote: > On 2012-06-29 01:20, Frank Dittrich wrote: >> for a clang build, I should get the same for an sse2i build, no? >> But I didn't. > > Try an sse2 build without pre-built intrinsics and see what happens. And > an mmx build. BTW: The only change to Makefile is -#HAVE_NSS = -DHAVE_NSS `pkg-config --cflags nss` +HAVE_NSS = -DHAVE_NSS `pkg-config --cflags nss` linux-x86-sse2 passed (I interrupted after the dynamic formats that failed for clang). I almost suspected a clang compiler bug and was about to compile with -O0, but linux-x86-mmx: $ ./jtrts.pl -q ------------------------------------------------------------------------------- - JtR-TestSuite (jtrts). Version 1.12.4, June 22, 2012. By, Jim Fougeron & others - Testing: John the Ripper password cracker, ver: 1.7.9-jumbo-6-RC0 [linux-x86-mmx] -------------------------------------------------------------------------------- form=dynamic_2 guesses: 1496 time: 0:00:00:00 : Expected count(s) (1500) [!!!FAILED!!!] form=dynamic_2-raw guesses: 1496 time: 0:00:00:00 : Expected count(s) (1500) [!!!FAILED!!!] form=dynamic_3 guesses: 1496 time: 0:00:00:00 : Expected count(s) (1500) [!!!FAILED!!!] form=dynamic_3-raw guesses: 1496 time: 0:00:00:00 : Expected count(s) (1500) [!!!FAILED!!!] form=dynamic_34 guesses: 1496 time: 0:00:00:00 : Expected count(s) (1500) [!!!FAILED!!!] Have to repeat sse2, because I interrupted it at dynamic_32. Will reply with an update... 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.