Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 22 Jun 2012 10:30:23 -0500
From: "jfoug" <jfoug@....net>
To: <john-dev@...ts.openwall.com>
Subject: RE: Results of latested git pulls

It is my copy of pw.dic (not sure if this is the exact same one that is in
the git repos).

There were 2 totally blank lines, and thus, crc with all dupe removal was
cracking those 2 blank lines twice, with 00000000 hash.

This is a non-issue.  I have made some additional test cases to TS, and will
get it pushed out soon.  Now, using crc32, I test several things.

1. reading from file. 
2. reading from memory.
3. reading from file, with no \n on last line of pw file.
4. reading from memory, with no \n on last line of pw file.
5. dupe suppression
6. dupe suppression with no \n on last line of file.

Crc32 is a pretty good format to test some of these other items, since it is
FMT_NOT_EXACT and quick (and I have dics already made)

Jim.

>-----Original Message-----
>From: Rich Rumble [mailto:richrumble@...il.com]
>Sent: Friday, June 22, 2012 9:56 AM
>To: john-dev@...ts.openwall.com
>Subject: Re: [john-dev] Results of latested git pulls
>
>On Fri, Jun 22, 2012 at 9:42 AM, jfoug <jfoug@....net> wrote:
>> Cygwin-x86-sse2i   -test=0 all pass.  Test suite all pass  (but CrC32
>> gets
>> 1501 ???)
>>
>> Cygwin-x86-sse2   -test=0 all pass.  Test suite all pass  (but CrC32
>> gets
>> 1501 ???)
>>
>> Cygwin-x86-any   -test=0 all pass.  Test suite all pass  (but CrC32
>> gets
>> 1501 ???)
>Benchmarking: CRC-32 [32/32]... DONE
>Many salts:     8192K c/s real, 8192K c/s virtual
>Only one salt:  8192K c/s real, 8192K c/s virtual
>
>I got this for john-any, sse2, sse2i, and mmx builds on my cygwin
>machine (test=0) The last commit was
>f276ef277be2dfc59d98e3e12bf9c13bab1980ae
>
>With just "-test"
>Benchmarking: CRC-32 [32/32]... DONE
>Many salts:     78807K c/s real, 79508K c/s virtual
>Only one salt:  36095K c/s real, 36095K c/s virtual
>
>Everything seems fine for me.
>-rich

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.