|
Message-ID: <BLU0-SMTP18354E46344D49250BCA714FD3F0@phx.gbl> Date: Tue, 10 Sep 2013 01:28:52 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: Re: Sayantan's Weekly Report #13 On 09/09/2013 07:21 PM, magnum wrote: > 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? Am I missing something obvious here? Apparently, in mask mode ?a means "any ASCII character", while in doc/RULES ?a means letters [a-zA-Z], ?y means "all valid characters" (whatever that means), and ?z matches all characters. I think reusing character class names defined in doc/RULES + [UserClasses] defined in john.conf (?0 - ?9) for mask mode would be a good idea. 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.