Anti-cycles
Homophonic substitution:
Consider a 5-symbol cycle:
Now meet the anti-cycle, its opposite.
Anti-cycling can be detected by finding the period with the lowest cycle score (it cycles negatively versus randomizations), or symbols that uniquely appear in certain sections only. And it forms fake cycles at higher periods! The impossible achieved, transposition after encoding, very far fetched though but certainly interesting.
Example cipher (low ioc):
I wonder if it could act as a pivot and/or box marker mechanic with certain transpositions because of many palindromic patterns in the ciphertext (see next codebox):
Though I think it may actually be the other way around. In terms of probability, if anti cycles create these palindromic patterns at its encoding direction and cycles at a higher periods, then normal cycles would create cycles at its encoding direction and palindromic patterns at higher periods.
The "#.X"X.#" fragment comes from "LIKEKIL" (ilikekilling), and because of the nature of the anti-cycle, "AAAAABBBBBCCCCCDDDDDEEEEE", short fragments of the ciphertext act as 1:1 substitution and make these kind of repeats much more probable.
Consider a 5-symbol cycle:
- Code: Select all
ABCDE
ABCDE
ABCDE
ABCDE
ABCDE
Now meet the anti-cycle, its opposite.
- Code: Select all
AAAAA
BBBBB
CCCCC
DDDDD
EEEEE
Anti-cycling can be detected by finding the period with the lowest cycle score (it cycles negatively versus randomizations), or symbols that uniquely appear in certain sections only. And it forms fake cycles at higher periods! The impossible achieved, transposition after encoding, very far fetched though but certainly interesting.
Example cipher (low ioc):
- Code: Select all
.#.X"X.##AW%5"M58
-?-Y3PE-A7AE(M,PY
S49WA7A(,I*-49_/S
3_XA88D_%>D#!06<-
D_/@-4I*TF(/?FY6P
(F<6_.(/@F<IZ/!6H
0FTI9Z6HD<G8I4G88
'QXDRRZQO&'@DH00=
)&ZO&'@&OQ\':@*=R
#=H0&^5;T;HY;=:=\
;);H?;7:+T:NG10+B
B=10UQ9CC[YX\[44>
2BNG02*RBN+?+\$5G
C$[42$.\$NG$>N+12
!2V2>KRR?VCV?[C1K
15LCL!KYVL1!LJJ$N
VKSL)]XKJ#]!>KJJ?
]Y[O]OU\JL)]\K>KJ
J1[$%K)]U[9OUWL,]
?]Y39E"UMP>.J#7*U
I wonder if it could act as a pivot and/or box marker mechanic with certain transpositions because of many palindromic patterns in the ciphertext (see next codebox):
Though I think it may actually be the other way around. In terms of probability, if anti cycles create these palindromic patterns at its encoding direction and cycles at a higher periods, then normal cycles would create cycles at its encoding direction and palindromic patterns at higher periods.
- Code: Select all
Input versus reverse: 17.64%
------------------------------
.#.X"X.#
-?- A7A
A7A
QO&
&OQ
;T; =:=
;);
+?+
2
!2V2 ?VCV? 1K
1 LCL
O]O K>K
]
?]
The "#.X"X.#" fragment comes from "LIKEKIL" (ilikekilling), and because of the nature of the anti-cycle, "AAAAABBBBBCCCCCDDDDDEEEEE", short fragments of the ciphertext act as 1:1 substitution and make these kind of repeats much more probable.