Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 9 Sep 2013 19:21:21 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Sayantan's Weekly Report #13

On 9 sep 2013, at 15:55, Sayantan Datta <std2048@...il.com> wrote:
> Priorities:
> - Bug fixing.
> - Introduce consecutive character optimization for as many formats as possible.(at least two rawsha1, md4).


Just thinking out loud here: How much is the gain from consecutive ranges? I believe HashCat does in fact not use consecutive ranges even for eg. ?l but instead sort them after some kind of probability order. This would be even more useful with ?a which should probably start with some lower-case letter and end with "~" or some other less used character. I have noticed that when you use a large mask like ?a?a?a?a?a?a it takes quite a while before first crack because the "msb" part starts with seldom used specials.

A compromise would be to use smaller consecutive ranges within a mask: ?a could be defined as eg. [0-9a-zA-Z -/ :-@[-`{-~] but maybe you can't take advantage of them being just "partly" consecutive?

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.