long mask issue
#2
If you really think that your target plaintext is 32 digits long, you will need more information about digit placement and likelihood to have any hope of cracking it.

To answer the literal part of your question: by default, mask mode used Markov to try common combinations of characters first. There is no way to "randomize" the attempts, but if you want to simply try all combinations, you can use the --markov-disable option.

But that's not really going to make this attack useful. The length of your mask is ... extremely long. 10^32 combinations is not feasible to exhaust.
~


Messages In This Thread
long mask issue - by PePPeRmix - 02-11-2017, 08:48 PM
RE: long mask issue - by royce - 02-11-2017, 11:54 PM
RE: long mask issue - by devilsadvocate - 02-12-2017, 02:33 AM
RE: long mask issue - by royce - 02-12-2017, 05:04 AM
RE: long mask issue - by devilsadvocate - 02-12-2017, 05:44 AM
RE: long mask issue - by PePPeRmix - 02-12-2017, 09:24 PM
RE: long mask issue - by Ahmed18 - 02-12-2017, 12:09 AM
RE: long mask issue - by royce - 02-12-2017, 05:14 AM
RE: long mask issue - by royce - 02-12-2017, 06:28 AM
RE: long mask issue - by epixoip - 02-12-2017, 08:08 AM
RE: long mask issue - by royce - 02-12-2017, 09:44 PM
RE: long mask issue - by epixoip - 02-13-2017, 01:32 AM