Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  community  lists  wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
Order Openwall Wordlists CD (20+ languages) with delivery worldwide or download
[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Sun, 27 Jan 2008 05:23:56 +0200
From: "Marti Raudsepp" <marti@...fo.org>
To: john-users@...ts.openwall.com
Subject: Re: wordlist mode improvment maybe

On 1/26/08, helleye <jameskond@...mail.com> wrote:
> you think it will improve speed ?

Probably not, because cracking speed is usually CPU-bound (not I/O
bound). Doing runtime decompression would increase CPU usage rather
than reduce it.
Wordlist files aren't typically larger than tens of megabytes. For
comparison, modern 7200RPM hard disks can easily do over 50 MB/s for
sequential reads.

However if there really is a good reason, you could pull this off
using widely available compression tools like gzip/bzip2/lzma by
piping their output to john's stdin. They would probably also have
much better compression ratios (>5 times is normal for text files).

Marti

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

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux