Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 7 Mar 2015 23:15:57 +0800
From: 张 磊 <zhanglei.april@...il.com>
To: john-dev@...ts.openwall.com
Subject: [GSoC] building JtR for MIC

Hi,

I managed to build JtR for MIC on a server in our lab, and get it running the benchmark. 

The version of JtR I downloaded is 1.8.0. I added a target for MIC in the Makefile and created file mic.h (copied from ia64.h) to get it built for MIC. The model of Intel MIC card used is 5110P.

Below is the result of the benchmark:
—————————————————————————————————————
Benchmarking: descrypt, traditional crypt(3) [DES 64/64]... DONE
Many salts:	179008 c/s real, 179008 c/s virtual
Only one salt:	172812 c/s real, 172812 c/s virtual

Benchmarking: bsdicrypt, BSDI crypt(3) ("_J9..", 725 iterations) [DES 64/64]... DONE
Many salts:	6144 c/s real, 6144 c/s virtual
Only one salt:	6055 c/s real, 6055 c/s virtual

Benchmarking: md5crypt [MD5 32/64 X2]... DONE
Raw:	1347 c/s real, 1347 c/s virtual

Benchmarking: bcrypt ("$2a$05", 32 iterations) [Blowfish 32/64 X2]... DONE
Raw:	64.2 c/s real, 64.2 c/s virtual

Benchmarking: LM [DES 64/64]... DONE
Raw:	3083K c/s real, 3083K c/s virtual

Benchmarking: AFS, Kerberos AFS [DES 48/64 4K]... DONE
Short:	38834 c/s real, 38834 c/s virtual
Long:	127948 c/s real, 127948 c/s virtual

Benchmarking: tripcode [DES 64/64]... DONE
Raw:	162371 c/s real, 162371 c/s virtual

Benchmarking: dummy [N/A]... DONE
Raw:	8082K c/s real, 8082K c/s virtual

Benchmarking: crypt, generic crypt(3) [?/64]... DONE
Many salts:	29164 c/s real, 29164 c/s virtual
Only one salt:	28991 c/s real, 28991 c/s virtual
—————————————————————————————————————

Any suggestions?


Lei

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.