Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 23 Nov 2015 20:49:13 +0100
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-users@...ts.openwall.com
Subject: Cracking password protected Apple iWork files with JtR

Hi!

I have added support for cracking password protected Apple iWork files
to JtR jumbo.

https://github.com/magnumripper/JohnTheRipper/

$ ../run/gpg2john testPagesVariousPwdProtected.pages > hash

$ ../run/john hash
...
Loaded 1 password hash (iwork, Apple iWork... [PBKDF2-SHA1... AVX2 8x])
Will run 4 OpenMP threads
Press 'q' or Ctrl-C to abort, almost any other key for status
tika             (testPagesVariousPwdProtected.pages)


$ ../run/john --format=iwork --test  # i5-6500 CPU
Will run 4 OpenMP threads
Benchmarking: iwork, Apple iWork '09 / '13... [PBKDF2-SHA1... AVX2 8x]
Speed for cost 1 (iteration count) of 100000
Raw: 966 c/s real, 242 c/s virtual


$ ../run/john --format=iwork-opencl --test
Will run 32 OpenMP threads
Device 6: GeForce GTX TITAN X
Benchmarking: iwork-opencl, Apple iWork... '13 [PBKDF2-SHA1 OpenCL AES]
Speed for cost 1 (iteration count) of 100000
Raw: 21186 c/s real, 19980 c/s virtual

https://github.com/kholia/iWork has some additional information about this work.

-- 
Dhiru

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.