|
Message-Id: <31ACAE67-35EB-498C-8E9C-15929AF37033@gmail.com> Date: Sun, 19 Jul 2015 17:35:04 +0800 From: Lei Zhang <zhanglei.april@...il.com> To: john-dev@...ts.openwall.com Subject: Re: Formats using non-SIMD SHA2 implementations > On Jul 19, 2015, at 11:04 AM, Lei Zhang <zhanglei.april@...il.com> wrote: > > I have no clear idea which formats rely on SHA2 just from their names, except for a few apparent ones (e.g. rawSHA256_fmt_plug.c). Could you give me some hints about that? I used this command to find formats that use OpenSSL's SHA2 functions but not JtR's SIMD implementation: $ grep -E 'SHA256_Update|SHA512_Update' *.c -l | xargs grep SIMD -L And the resulted list of files are: 7z_fmt_plug.c bcrypt_pbkdf_plug.c clipperz_srp_fmt_plug.c cuda_rawsha512_fmt_plug.c cuda_xsha512_fmt_plug.c dragonfly3_fmt_plug.c dragonfly4_fmt_plug.c eigrp_fmt_plug.c episerver_fmt_plug.c gpg_fmt_plug.c keepass_fmt_plug.c opencl_odf_aes_fmt_plug.c opencl_office2013_fmt_plug.c pdf_fmt_plug.c rar2john.c (not a format) Do I miss something here? 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.