Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 6 Nov 2010 14:04:39 +1300
From: "Al Grant" <acgrant@...g.co.nz>
To: <john-users@...ts.openwall.com>
Subject: Wordlist Mangling Rule

Hi,

 

I have a list of words that I want to mangle with the following conditions:

 

1.Upper Case First Letter

2.Lower Case Whole Word

3.Upper Case Whole Word

 

No problem with those rules.

 

Then I want to add numbers to the end of each word so that it becomes 8
characters long.

 

Ie a four letter word gets 1234 added to the end. A 6 letter word just gets
12 added. An 8 letter word gets nothing added. 

 

And the number appending should be applied to each of the first 3 rules in
addition to the rules .

 

No word mangled or not, should be less than 8 characters, and maximum of 10
characters.

 

Cheers

 

-Al

 

 


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.