|
|
Message-ID: <BLU0-SMTP4275121D15BE0AAFB1EB71FFDFD0@phx.gbl>
Date: Fri, 22 Jun 2012 00:37:08 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: relbench and changed format names
On 06/22/2012 12:23 AM, Solar Designer wrote:
> On Fri, Jun 22, 2012 at 12:04:06AM +0200, Frank Dittrich wrote:
>> This gets tricky because now some formats that used different format
>> names in jumbo-5 now use the same format name.
>
> Oh, perhaps we need to correct that as it'd keep confusing relbench.
These are the format names:
$ ./john --list=format-details |cut -f 7|sort |uniq -c|grep -v "^ *1 "
2 MySQL
2 NT MD4
2 Raw SHA-1
These are the format labels:
mysql-fast
mysql
nt
nt2
raw-sha1
raw-sha1-ng
$ for f in mysql-fast mysql nt nt2 raw-sha1 raw-sha1-ng;
do ./john --test=1 --format=$f; done
Benchmarking: MySQL [32/32 (label mysql-fast)]... DONE
Raw: 4461K c/s real, 4461K c/s virtual
Benchmarking: MySQL [32/32 (label mysql)]... DONE
Raw: 517064 c/s real, 517064 c/s virtual
Benchmarking: NT MD4 [128/128 SSE2 + 32/32]... DONE
Raw: 2202K c/s real, 2224K c/s virtual
Benchmarking: NT MD4 [128/128 SSE2 intrinsics 12x]... DONE
Raw: 5078K c/s real, 5235K c/s virtual
Benchmarking: Raw SHA-1 [128/128 SSE2 intrinsics 8x]... DONE
Raw: 2168K c/s real, 2168K c/s virtual
Benchmarking: Raw SHA-1 [128/128 SSE2 intrinsics 4x]... DONE
Raw: 3347K c/s real, 3314K c/s virtual
Frank
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.