openwall / john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
https://www.openwall.com/john/
Other
10.05k stars 2.08k forks source link

Implement PKZIP OpenCL format #718

Open amheydari opened 10 years ago

kholia commented 10 years ago

Probably not going to happen. See Solar's email to john-users (or was it john-dev).

magnumripper commented 10 years ago

http://www.openwall.com/lists/john-users/2014/08/02/2

This format is not very GPU friendly (different amount of work for different plaintexts) and before even trying to implement it we'd need to get mask mode in place.

solardiz commented 5 years ago

before even trying to implement it we'd need to get mask mode in place.

We have on-device mask mode support by now, so can approach implementing this format now.