Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 20 Jun 2012 03:20:32 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: wordlist dupe suppression

On 2012-06-20 02:03, magnum wrote:
> On 2012-06-19 19:50, Solar Designer wrote:
>> 0:00:00:00 loading wordfile w into memory (20 bytes, max_size=83886080)
>> 0:00:00:00 wordfile had 4 lines and required 32 bytes for index.
>> 0:00:00:00 4 lines, hash size 256, temporarily allocating 1056 bytes
>> for dupe suppression
>> 0:00:00:00 Suppressed 1 duplicate lines and/or comments from wordlist.
>>
> Maybe all of the above lines should also be preceeded by "- " like most
> other log output within wordlist.c?

I did that. Looks better. I also moved the one line in line_hash() that 
stopped me from using a smaller hash size than 256, so now it's:

- 3 lines, hash size 4, temporarily allocating 40 bytes for dupe suppression

Just so you don't use that output as a bat on my sore head.

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.