Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 20 Jun 2012 22:17:23 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: handling different BINARY_SIZE values in a single format

On Wed, Jun 20, 2012 at 10:13 PM, Dhiru Kholia <dhiru.kholia@...il.com> wrote:
> EPiServer format can crack both SHA1 and SHA256 hashes. However, the
> BINARY_SIZE for both these types is different. How can I handle this
> situation in cmp_* functions?
>
> My proposal is to combine get_binary (standard JtR interface) with
> cracked_array approach. Any thoughts?

crypt_all doesn't have access to get_binary's output. So I would need
to store the hash in the salt itself for cracked_array approach to
work. Won't doing this will defeat the pupose of get_binary interface?

-- 
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.