Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 13 Aug 2015 10:38:24 +0800
From: Lei Zhang <zhanglei.april@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Lei's weekly report #15


> On Aug 13, 2015, at 5:26 AM, magnum <john.magnum@...hmail.com> wrote:
> 
> On 2015-08-12 13:23, Lei Zhang wrote:
>>> On Aug 12, 2015, at 4:50 PM, magnum <john.magnum@...hmail.com> wrote:
>>> On 2015-08-12 06:12, Lei Zhang wrote:
>>>>> On Aug 12, 2015, at 2:39 AM, magnum <john.magnum@...hmail.com> wrote:
>>>>> Also, now you should move the "write salt to SIMD buffer" from crypt_all() to set_salt(). I believe that will boost the "Many salts" benchmark figure a lot.
>>>> 
>>>> I just experimented with that, but got no noticeable change in performance.
>>> 
>>> Maybe it's hidden by OMP. It should still be the way I said unless you can explain a sensible reason why not.
>>> 
>>> BTW after fixing everything else I said need to be done, you need to handle encodings. Your current code only handles ISO-8859-1 (so I dropped FMT_UTF8 in that patch).
>> 
>> It's done now. But how do I test it? The current test vectors don't cover UTF8 encodings.
> 
> First, try the "Test Suite". cd to the base directory of john (the one where src, run and doc is) and:
> 
> $ git clone https://github.com/magnumripper/jtrTestSuite.git
> $ cd test
> $ ./jtrts.pl episerver

I got this error message:

form=episerver_sha1               guesses: 1476 -show=1476 0:00:00:00 DONE : Expected count(s) (1500)  [!!!FAILED1!!!]
.pot CHK:episerver_sha1           guesses: 1476 0:00:00:00 DONE  [PASSED] (1476 val-pwd)

form=episerver_sha256             guesses: 1476 -show=1476 0:00:00:00 DONE : Expected count(s) (1500)  [!!!FAILED1!!!]
.pot CHK:episerver_sha256         guesses: 1476 0:00:00:00 DONE  [PASSED] (1476 val-pwd)

What does that mean?


Lei

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.