|
Message-ID: <BLU0-SMTP450242CA05D5C725B397E68FDE10@phx.gbl> Date: Mon, 25 Jun 2012 18:15:19 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: Re: committed patches On 06/25/2012 06:09 PM, magnum wrote: > For now, I did not apply the Markov-split-by-percent. I personally think > it's too near release and there may be dragons: Apart from the merge > problems it will give me (albeit on non-public trees), what happens if > you run MPI and use this option? And for that matter, what *should* > happen if you do? I convert the n% to real offsets prior to really starting markov mode. So, MPI or not MPI, there should be no difference between $ ./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:1%:2%:12 |tail -n 1 End: 2% converted to 5187128 Start: 1% converted to 2593564 MKV start (stats=$JOHN/stats, lvl=200 len=12 pwd=2593564) words: 2593575 time: 0:00:00:01 DONE (Mon Jun 25 18:13:29 2012) w/s: 1516K current: coratuti coratuti and $ ./john --stdout --markov:200:2593564:5187128:12 |head -n 1 MKV start (stats=$JOHN/stats, lvl=200 len=12 pwd=2593564) cholplet $ ./john --stdout --markov:200:2593564:5187128:12 |tail -n 1 MKV start (stats=$JOHN/stats, lvl=200 len=12 pwd=2593564) words: 2593575 time: 0:00:00:01 DONE (Mon Jun 25 18:14:37 2012) w/s: 1534K current: coratuti coratuti 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.