Multiple masks - repeated sequences
#3
(05-19-2020, 10:01 PM)royce Wrote: Do the math of how many combinations it will actually save you, compared to the total number of combinations.

It's rarely worth the effort to eliminate the relatively small number of duplicates like this particular case. It gets complicated quickly.

I think it is worth to do it - for longer words and bigger number of known elements you receive a big number of permutations. Depending on dictionary for unknown characters it gives a lot of unnecessary tests.
The question is if I must do it manually limiting the dictionary or there is other smart way.
Reply


Messages In This Thread
Multiple masks - repeated sequences - by fiji - 05-19-2020, 09:54 PM
RE: Multiple masks - repeated sequences - by fiji - 05-19-2020, 10:06 PM