Re: Route Transposition and Phenomenon
I don't have a graph for this one. I just made 100 digraph and 100 digraph + transposition messages, same settings as prior experiment. I counted the period 1 repeats that start only on odd positions, and the period 1 repeats that start only on even positions.
Digraph
110 Average count of bigram repeats when only looking at odd positions ( "true" ) repeats
53 Average count of bigram repeats when only looking at even positions ( "false" ) repeats
That makes sense. I don't think that I have seen this detection technique in any cryptography book and wonder why because it is so simple.
Digraph + Transposition ( another step of diffusion )
33 Average count of bigram repeats when only looking at odd positions ( "true" ) repeats
10 Average count of bigram repeats when only looking at even positions ( "false" ) repeats
22 Average difference between true and false repeat counts
Zodiac 340 Period 19
22 bigram repeats when only looking at odd positions
17 bigram repeats when only looking at even positions
Although more on odd, there is not that big of a difference. Of the 100 messages, two had similar stats, small count when only looking at odd / even, and small difference. I guess that is why they call it practical cryptography.
Digraph
110 Average count of bigram repeats when only looking at odd positions ( "true" ) repeats
53 Average count of bigram repeats when only looking at even positions ( "false" ) repeats
That makes sense. I don't think that I have seen this detection technique in any cryptography book and wonder why because it is so simple.
Digraph + Transposition ( another step of diffusion )
33 Average count of bigram repeats when only looking at odd positions ( "true" ) repeats
10 Average count of bigram repeats when only looking at even positions ( "false" ) repeats
22 Average difference between true and false repeat counts
Zodiac 340 Period 19
22 bigram repeats when only looking at odd positions
17 bigram repeats when only looking at even positions
Although more on odd, there is not that big of a difference. Of the 100 messages, two had similar stats, small count when only looking at odd / even, and small difference. I guess that is why they call it practical cryptography.