Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 6 Dec 2011 20:16:14 +0400
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: Insert words between digits

On Tue, Dec 06, 2011 at 05:07:03PM +0100, websiteaccess@...il.com wrote:
>  Finally I build a combo
>  word1(space)word2
> 
> then in the conf
> ^[0-9]^[0-9]^[0-9] /[ ] Dp Ap,261165,  $[0-9]$[0-9]$[0-9]

Sure, if that approach works for you as well.

You can optimize this line to:

/[ ] Dp Ap"261165" A0"[0-9][0-9][0-9]" Az"[0-9][0-9][0-9]"

This should run a bit faster.

Or even:

/[ ] op5 Ap"26116" A0"[0-9][0-9][0-9]" Az"[0-9][0-9][0-9]"

which is probably slightly faster, but is more difficult to edit.

Alexander

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.