Order of mask generator
#1
Hello!

If I go ahead and, for instance, use ?a?a?a?a (so four digits, just as an example), will the order in which they are completed always be the same or will it differ?
Thanks!
Reply
#2
Always the same.
Reply
#3
(05-08-2022, 06:29 PM)marc1n Wrote: Always the same.

Alright, thanks a bunch! 
So now I am faced with another issue; I use the ?a thingie but I would also like to set a minimum size but cannot use --increment due to me needing --skip, is there any way to do that?
Reply
#4
do the fast runs with

?a
?a?a
?a?a?a
?a?a?a?a

until you reach a length of the mask where the ETA seems to long and you want to split

use a single line maskfile with the desired masklenght, now you should be able to use skip and limit option (depending on the speed you have to test some values for limit and skip
Reply