10-19-2017, 07:46 PM
(06-11-2017, 05:45 PM)Flx Wrote: Is there any restriction in single password length? I noticed that Combiner is dropping passwords when they are longer than 36 signs.
Found it from this page: https://hashcat.net/wiki/doku.php?id=hashcat_utils
Limitations
Some programs from hashcat-utils have a minimum and maximum allowed word-length range (like in “len” example).
E.g. see splitlen.c:
#define LEN_MIN 1
#define LEN_MAX 64
You can change them and then recompile the hashcat-utils. However we usually do not need plain words of greater length in password cracking.
---------------------------------------------------------------------------------------------
So, somewhere in the code is a way to extend the length of input or output. Idk how though; sorry, i'm new