Shrinking mask attacks
#3
as rico said before, the length you are trying to solve makes my brain hurt, too. Smile

but to address your question about reducing the number of total combinations required:
have a look at the masks/ folder that comes together with cudaHashcat / oclHashcat, e.g. 8char-1l-1u-1d-1s-compliant.hcmask
that's the kind of optimization you have asked for, it's done by defining multiple masks for every possible case and not only one mask for all. -> using ?a?a?a?a... all the way will result in considerably more combinations.

good luck, you will probably need it ;-)


Messages In This Thread
Shrinking mask attacks - by Bananaman - 02-02-2016, 07:22 AM
RE: Shrinking mask attacks - by rico - 02-02-2016, 03:24 PM
RE: Shrinking mask attacks - by epixoip - 02-02-2016, 11:44 PM
RE: Shrinking mask attacks - by jodler303 - 02-02-2016, 09:06 PM