Mask generator not working?
#2
I see many problems here.
1. maskprocessor does not support .hcmask files, you can see this easily yourself by checking the output of the maskprocessor command (mp64.exe)
2. there are limitations on the max. password length in place to allow several optimizations: see https://hashcat.net/wiki/frequently_aske...ord_length
3. the .hcstat file is only used by statsprocessor or oclHashcat/cudaHashcat by using certain attack modes only. oclHashcat will check if the file is valid, but in your case, by using -a 0, it isn't really involved at all, only when you use -a 3 (mask attack) it will be involved
4. your keyspace is incredible large, it is: (26 + 10) ^ 64 - (negligible few candidates) ~ 4,011,991,914,547,630,480,065,053,387,702,443,812,690,402,487,741,812,225,955,731,622,655,455,723,258,857,248,542,161,222,254,985,216 (try reading this aloud Wink )

You should easily have found these (and many more) facts by just reading the documentation (wiki/faq/forum) or just by searching for this info e.g. "maximum supported password length"


Messages In This Thread
Mask generator not working? - by TheMemelord - 03-10-2016, 07:57 PM
RE: Mask generator not working? - by philsmd - 03-10-2016, 08:06 PM
RE: Mask generator not working? - by TheMemelord - 03-10-2016, 08:29 PM
RE: Mask generator not working? - by TheMemelord - 03-14-2016, 09:30 PM
RE: Mask generator not working? - by Innsane - 04-08-2016, 07:02 PM
RE: Mask generator not working? - by epixoip - 04-09-2016, 07:39 AM
RE: Mask generator not working? - by Innsane - 04-09-2016, 08:22 PM
RE: Mask generator not working? - by epixoip - 04-09-2016, 09:50 PM