Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 Jun 2012 14:15:39 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Markov: allow start and/or end to be specified in percent

I'd really love to get this into jumbo-6.

The code got a little bit uglier, but that can be fixed with a cleanup
patch later on, moving the new logic into a separate function.

This patch allows to specify start and/or end in Markov mode as percent
values.

(For now, I only allow integer values (0-99 for start, 0-100 for end,
where 0 is treated like 100.)

$ ./john --stdout --markov:200:1%:2%:12 |head -n 1
End: 2% converted to 5187128
Start: 1% converted to 2593564
MKV start (stats=$JOHN/stats, lvl=200 len=12 pwd=2593564)
cholplet

$ ./john --stdout --markov:200:2%:4%:12 |head -n 1
End: 4% converted to 10374256
Start: 2% converted to 5187128
MKV start (stats=$JOHN/stats, lvl=200 len=12 pwd=5187128)
coratudo

Allowing floating point values will probably have to be postponed until
after jumbo 6.

Frank

View attachment "0001-Markov-allow-start-and-or-end-to-be-specified-in-per.patch" of type "text/x-patch" (7480 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.