Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 24 Jul 2012 23:43:17 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: Result of hard core password generation on 7970

On Tue, Jul 24, 2012 at 09:36:49PM +0200, Lukas Odzioba wrote:
> 2012/7/24 myrice <qqlddg@...il.com>:
> > The struct of kernel is as follows
> > for i in [a-zA-Z]
> >   for j in [a-zA-Z]
> >      add [a-zA-Z][a-zA-Z] to key
> >      MD5_Hash
> >      for k in loaded_hashes
> >          compare computed hash with loaded_hashes[k]
> >      endfor k
> >   endfor j
> > endfor i
> 
> I don't understand this code. Every kernel does the same job?

I assumed these were parallel loops shown here in pseudo-code, and all
of this happens inside one kernel invocation.

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.