Largo wrote:This might be a bit offtopic:
I have tried some transposition stuff which may not have been covered by now:
Imagine that the plaintext was transposed to chunks in which the order of the letters were shuffled. Example:
- Code: Select all
Plaintext:
AVADAKEDAVRA
Chunk size 4, rearrangement order "3421"
Plaintext:
1234 1234 1234
AVAD AKED AVRA
Ciphertext:
4312 4312 4312
DAAV DEAK ARAV
I ran tests for all permutations of chunk sizes 2, 3, 4, 5, 6, 7, 8 and 9 with AZDecrypt (409112 test ciphers at all). Sometimes I got a pretty good scoring. The highest one was 20976 from a cipher with chunk size 9 and rearrangement pattern "7, 3, 4, 8, 1, 9, 5, 2, 6".
May you check the result with your statistic tools please? It would be interesting to know if this result is just some noise again:
- Code: Select all
AZdecrypt 0.992 (Practical Cryptography 5-grams) Progressive, Index of coincidence
Score: 20975.64 Ioc: 0.07417056 Entropy: 3.867192 Chi-square: 39.93682 Characters: 333 Letters: 18
aoflinduseitiscis
twanedfornamhaets
taterfinanddoodad
itposedonhalloser
reriesinorschosta
tedgesahesfinisno
tewherlanthouetan
tstoespricenteror
medlorichangestew
asaparlortomanaed
astherecouncieame
dshopingsshorthel
atehoredactstheen
consthenalgacurri
ghtcalliaidugfors
ohanatandestantto
nithieraresiasmfo
raftnfrindiandint
osicsafeminanifhe
adicoeddes
Multiplicity: 0.1891892 Characters: 333 Symbols: 63
dRaVHPbEcgfLheNTI
GlBjDbWk+OqnoBYrK
mpGM+WsjUtZSkubqb
HLJxcwbvOodVzRKM+
+g+yF2hPu+I17Re5d
3Fb4we-oFcahOCKjk
Qgl7D+VUtm8uXgGpj
G2LkgIJ+yN9OLY+u+
nMZzR+h0#Bt4gKrFA
dcUJ-+Vu+rvn-OUFb
BI57D+Y1REO0TgBnM
bK7RJTt4Icou+3#Mz
BmF7k+FSBNrIG8wFt
NRjcm7gtdV4p0X++f
4or1BVzCUsZE4ax+I
u7Bt-mpObMKQdjmLR
tfG#Tg+B+FICqcnWu
+qWLtW+CjSHqPbTO5
veh1IBWFnCOBtyaoY
-SHNuMZbDe
I agree that the message could have been transposed in chunks. However, they are not small chunks. If you make a rail fence cipher with 30 columns and 2 rows, that is a chunk of 30 which will create period 15 repeats. You could make 11 of them to fit into the 340, but you will have a very difficult time getting 340 period 15 stats because each individual chunk is independent of every other chunk. Period 15 repeats are created within chunks, but not between chunks, except by coincidence.
Likewise, a bifid works with chunks. You can create a lot of period 15 repeats by working with chunks of 30 plaintext. But you get the same problem. The period 15 repeats are created within the chunks, and not between or across them except by coincidence. So you will have a difficult time matching 340 period 15 stats.
Grille cipher anagrams in chunks, but I could not get very many period 15 repeats within chunks of 64.
However, you can get 340 stats period15 stats with multiple inscription rectangles. The bigger the rectangles, the more you get.
There may be a way to detect this. Draft the message into different numbers of columns. Divisors of 15, multipliers of divisors of 15, and multipliers of 15. And starting at 340 different positions. Make a list of period 15 bigrams within each row but not from row to row. Then count the number of repeats. The arrangement that results in the highest count of repeats may show the chunk size. For example, if the result is 75 columns, then the chunk size may be 75, a multiplier of 15. The first symbol of each chunk and the last symbol of each preceding chunk may also be a period 1 bigram that has symbols that match other period 15 bigrams in the arrangement. They may appear on a horizontal number line, at increments of the chunk size, similar to your coincidence count spike.