Add --mangle switch for mangling password before hashing
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Sun, 14 Aug 2016 21:09:44 +0000 (21:09 +0000)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Sun, 14 Aug 2016 21:09:44 +0000 (21:09 +0000)
commit51e1d11b2d6dff4ae331cff6098169455733c412
treeca008b0a93bfcbb9d586fb9550370512c4f8db9f
parentac2eff18a56f7aa5a1a729a72d7fe5e24449cd63
Add --mangle switch for mangling password before hashing

Allows kernels to be used that mangle the password before it's
hashed. These kernels are prefixed with _m, e.g. "m00000_a0_m.cl".

Only MD5 (0) and HMAC-MD5 (key = $salt) (60) currently have OpenCL
code to allow this. It's highly experimental and probably slow.
src/hashcat.c