Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 24 Dec 2008 09:57:36 +0300
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: large pot and --show problem

On Mon, Dec 22, 2008 at 01:01:13AM +0000, Ruben Lara wrote:
> I have a problem running john --show with a passfile, it's extremely slow.
> My pot is ~400 MB, ...

What hash type does that "slow" password file use?  What hash type is
prevalent in your pot file?  What version of JtR (and any patches) do
you use?

My guess is that you're dealing with saltless hashes, and that the
corresponding *_fmt.c file (coming from a patch) does not provide proper
binary_hash[]() functions.

If so, you may consider improving that *_fmt.c file and/or you may use
the workaround suggested in this posting:

	http://www.openwall.com/lists/john-users/2008/02/04/3

The piece of code quoted in that posting is normally very fast, but it
becomes very slow under conditions mentioned above.  If so, it may be
dropped (commented out) with little harm.  Please also see these
follow-up postings:

	http://www.openwall.com/lists/john-users/2008/02/04/4
	http://www.openwall.com/lists/john-users/2008/02/04/8

Please let the list know if you try making this change and whether it
helps (and how much) or not.

Thanks,

Alexander

-- 
To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply
to the automated confirmation request that will be sent to you.

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.