I tried to tune the sequential o2-max CM to Matt's data and unexpectedly got some compression.
Its at 999579 currently, thus the gain is clearly greater than parameter profile size.
Any ideas on how this can be used for further encryption cracking?
Btw, this is the mentioned parameter profile.
There's some interesting symmetry in mask nibbles.
Code:
Index f0x
f0mask2: pp, &01000100
f0mask1: p, &01100100
f0mask0: ctx, b&01011110
Index f1x
f1mask2: pp, &00000000
f1mask1: p, &11111111
f1mask0: ctx, b&10001100
Index f2x
f2mask2: pp, &11111111
f2mask1: p, &01110011
f2mask0: ctx, b&00000000
Index f3x
f3mask2: pp, &00000001
f3mask1: p, &11000100
f3mask0: ctx, b&11111110
Index g0x
g0mask2: pp, &11111111
g0mask1: p, &11111111
g0mask0: ctx, b&00000000
Index g1x
g1mask2: pp, &00000000
g1mask1: p, &00000000
g1mask0: ctx, b&00000000
Index g2x
g2mask2: pp, &00111111
g2mask1: p, &01110111
g2mask0: ctx, b&01110110
Index g3x
g3mask2: pp, &10110100
g3mask1: p, &10000011
g3mask0: ctx, b&00010000