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.32k stars 2.1k forks source link

Add OpenCL support for cracking FreeBSD GELI hashes #2507

Closed kholia closed 7 years ago

kholia commented 7 years ago

This requires PBKDF2-SHA512, HMAC-SHA512, and AES functions.

https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/src/geli_fmt_plug.c#L171

https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/src/geli_fmt_plug.c#L107

kholia commented 7 years ago

This is done now.