Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 20 Jul 2012 19:27:00 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Some more external mode definitions

The first patch creates new [List.External:Repeats_*] sections, similar
to [List.External:Repeats], but with a limited character set.
Repeats_digits: '0' - '9'
Repeats_lowercase: 'a' - 'z'
Repeats_printable_ASCII: ' ' - '~'
The common logic has been moved into [List.External_base:Repeats].

The second patch adds a simple Rot13 filter, [List.External:Filter_Rot13].
Words that don't contain any letters (and would remain unchanged after
applying rot13) are skipped (word = 0).

Frank

View attachment "0001-Define-new-List.External-Repeats_-sections.patch" of type "text/x-patch" (2276 bytes)

View attachment "0002-Add-List.External-Filter_Rot13.patch" of type "text/x-patch" (998 bytes)

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.