Mask processor suggestion
#4
Hey.
I'm not sure about your math... but then again my knowledge of probabilities is limited.
So allow me to jump straight to the maskprocessor.
The way I see it -qr aren't implemented poorly. I think the docs are just worded poorly.
They say "Maximum number of ..." when they should probably refer to it as a cut-off point.
I mean, if you wanted no consecutive chars, you'd cut every plain that contains 2 or more consecutive chars.
And -q2 does exactly that.
If you wanted every char to occur only once, you'd cut every plain that contains a char more than 2 times.
And -r2 does exactly that.
Also, I guess it would make much more sense to implement markov chains than randomization.
Reply


Messages In This Thread
Mask processor suggestion - by vicious1 - 01-16-2021, 07:17 PM
RE: Mask processor suggestion - by royce - 01-18-2021, 05:44 AM
RE: Mask processor suggestion - by vicious1 - 01-18-2021, 06:54 AM
RE: Mask processor suggestion - by the_charm - 01-18-2021, 04:32 PM
RE: Mask processor suggestion - by vicious1 - 01-18-2021, 06:23 PM