Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 28 Aug 2012 18:51:59 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Benchmark format error

On Tue, Aug 28, 2012 at 5:44 PM, Camille Mougey <commial@...il.com> wrote:
> 2012/8/28 Solar Designer <solar@...nwall.com>
>> Can you please post the specific "FAILED ..." message?  It should
>> include the function name on which the failure was detected.
>
> You're right. Here the details :
> $john --test --format=myformat
> Benchmarking: (...)[32/32]... FAILED (get_hash[2](0))

What is the value of MAX_KEYS_PER_CRYPT in your code?

Ensure that your hashing algorithm (code in crypt_all) is 100% correct
and try using,

#define MIN_KEYS_PER_CRYPT  1
#define MAX_KEYS_PER_CRYPT  1

-- 
Cheers,
Dhiru

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.