|
Message-ID: <20130521122831.GA20871@openwall.com> Date: Tue, 21 May 2013 16:28:31 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Incremental mode in 1.7.9.14 On Tue, May 21, 2013 at 04:21:53PM +0400, Solar Designer wrote: > 766630 password hashes cracked, 233339 left In case you're wondering why these don't add up to exactly 1M, the reason is that 31 passwords among the 1M are overly-long (not actual passwords, but just some noise in the RockYou dump): $ egrep -c '^.{200}' pw1 31 $ echo $[766630+233339+31] 1000000 Since this is the dummy format, password length is instantly known to the loader (but was not made use of during the test cracking runs, except by excluding these same 31). Alexander
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.