|
Message-ID: <BLU0-SMTP1598D1C3E859B6BD4DE9268FDE10@phx.gbl>
Date: Mon, 25 Jun 2012 18:55:07 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: committed patches
On 06/25/2012 06:31 PM, magnum wrote:
>> So, MPI should work just fine.
>
> Fair enough. I'll wait for some more opinions, then I'll give it a shot.
If you do, please apply attached patch on top.
This will compute the absolute value from a % value for start before it
does the same for end.
Otherwise, the sequence of messages written to stderr or into the log
file seems weird.
Old:
$ ./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
New:
$ ./john --stdout --markov:200:1%:2%:12 |head -n 1
Start: 1% converted to 2593564
End: 2% converted to 5187128
MKV start (stats=$JOHN/stats, lvl=200 len=12 pwd=2593564)
cholplet
Frank
View attachment "0001-Markov-first-convert-start-value-then-end-value.patch" of type "text/x-patch" (2126 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.