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)
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.


No differences found