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.02k stars 2.07k forks source link

Add code for AES_cfb128 #3232

Open magnumripper opened 6 years ago

magnumripper commented 6 years ago

gpg_common_plug.c needs AES in CFB mode so still uses OpenSSL. Implementing CFB is trivial so we should add it to our AES-NI stuff.

magnumripper commented 6 years ago

Actually we even have CFB code present, in encfs_common_plug.c. That function should be moved to aes/openssl/ossl_aes_crypto.c.