Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 10 Dec 2013 05:58:06 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: Re: md5crypt-opencl

Lukas,

Thank you for your work on this!

On Tue, Dec 10, 2013 at 12:01:22AM +0100, Lukas Odzioba wrote:
> Previous code:
> saltlen=8,passlen=8
> 2660K c/s
> 
> saltlen =8 passlen =9
> 2097K c/s
> 
> saltlen=9, various password lengths (1-12)
> 708497 c/s

Aren't valid md5crypt's salts of length 0 to 8 only?

> Current:
> saltlen=8, passlen=8
> 2741K c/s
> 
> saltlen =8, passlen =9
> 2542K c/s
> 
> saltlen=8, various password lengths (1-12)
> 1600K c/s

I guess you meant saltlen=9 in the last test here?

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.