doranchak wrote:It might be a good idea to look at the KE data for these test ciphers, to see how often such peaks occur for non-random cipher texts with real messages: https://docs.google.com/spreadsheets/d/ ... sp=sharing (I see that smokie already did something like that in this thread with his own generated ciphers).
David This is very interesting.... I have had a quick look and this very handy for testing in future.
The shuffling results is also of interest just mulling it over in my head...
I too have done a little bit of sanity checking and have a few findings to share with all. A while ago i generated a Vigenere cipher text which i have been using as a reference since. anyway i tried some of my test on it and came up with a typical coincidence vs shift graph.
As you can see there is a spike every 10 positions.
However when i plotted the IoC by column width i got a surprise
instead of the IoC dropping it peaked.
This was unexpected and so i need to review my code and for no my rule of thumb.
If this is the case then there is the possibility that Z340 has an underlying Vigenere with Valid key lengths of 6 13 26 39 78
To look deeper into the Vigenere i loaded 340 with the key of 408...
ending up with the following.
- Code: Select all
TEG.EANBII..TOA.OEEELNLNLN
EU...SDHL..VHEIEAENHTLDTFA
EESNAA.B.ENEEGS.YIHEDRXO.T
SIER.IKEAGNSAN..O.IS..NNLT
ESML..IVOAB.DT.NA.FDXLNEYE
UDESTIO.HE.EEG.SLV.WE.S.DA
IBENFENES.SL..IEGKTRE.NULE
.OHSN..VAGF..TO.H.ERLSDEIA
.LEE.TSLVN.AGAASENDT....VB
.REE.LO....I.E.BIET.E.V..D
LSNNEN.DHMA.GVOET.E..ESAEL
.HTEEHE.DEVINATOKNHE.SIOE.
SRLYUNL...V.HNTEEIADENAW.S
.E
I then ran the text through a program i wrote a while a go which does a ceasar shift and reports the chi for each shift.
I choose the first and last columns for testing to get a feel for the cipher text. surprisingly the 0 shift is the low point for both tests.
testing the entire string also proved a reasonable Chi2 for plaintext
- Code: Select all
COL1
00, TEESEUILS ,CHI = 15.509
01, UFFTFVJMT ,CHI = 133.421
02, VGGUGWKNU ,CHI = 88.849
03, WHHVHXLOV ,CHI = 135.875
04, XIIWIYMPW ,CHI = 114.261
05, YJJXJZNQX ,CHI = 1215.275
06, ZKKYKAORY ,CHI = 297.895
07, ALLZLBPSZ ,CHI = 632.769
08, BMMAMCQTA ,CHI = 167.632
09, CNNBNDRUB ,CHI = 48.097
10, DOOCOESVC ,CHI = 36.901
11, EPPDPFTWD ,CHI = 65.085
12, FQQEQGUXE ,CHI = 1135.735
13, GRRFRHVYF ,CHI = 51.978
14, HSSGSIWZG ,CHI = 187.137
15, ITTHTJXAH ,CHI = 158.987
16, JUUIUKYBI ,CHI = 133.728
17, KVVJVLZCJ ,CHI = 555.033
18, LWWKWMADK ,CHI = 102.277
19, MXXLXNBEL ,CHI = 683.295
20, NYYMYOCFM ,CHI = 72.238
21, OZZNZPDGN ,CHI = 1364.304
22, PAAOAQEHO ,CHI = 134.582
23, QBBPBRFIP ,CHI = 206.461
24, RCCQCSGJQ ,CHI = 576.529
25, SDDRDTHKR ,CHI = 41.135
COL26
00, NATTEAEABDLS ,CHI = 15.655
01, OBUUFBFBCEMT ,CHI = 74.461
02, PCVVGCGCDFNU ,CHI = 79.861
03, QDWWHDHDEGOV ,CHI = 127.365
04, REXXIEIEFHPW ,CHI = 235.261
05, SFYYJFJFGIQX ,CHI = 406.337
06, TGZZKGKGHJRY ,CHI = 581.217
07, UHAALHLHIKSZ ,CHI = 141.612
08, VIBBMIMIJLTA ,CHI = 101.960
09, WJCCNJNJKMUB ,CHI = 521.511
10, XKDDOKOKLNVC ,CHI = 167.805
11, YLEEPLPLMOWD ,CHI = 40.822
12, ZMFFQMQMNPXE ,CHI = 559.389
13, ANGGRNRNOQYF ,CHI = 119.035
14, BOHHSOSOPRZG ,CHI = 136.775
15, CPIITPTPQSAH ,CHI = 129.766
16, DQJJUQUQRTBI ,CHI = 1018.478
17, ERKKVRVRSUCJ ,CHI = 140.245
18, FSLLWSWSTVDK ,CHI = 48.189
19, GTMMXTXTUWEL ,CHI = 245.771
20, HUNNYUYUVXFM ,CHI = 109.666
21, IVOOZVZVWYGN ,CHI = 533.896
22, JWPPAWAWXZHO ,CHI = 266.240
23, KXQQBXBXYAIP ,CHI = 882.771
24, LYRRCYCYZBJQ ,CHI = 305.997
25, MZSSDZDZACKR ,CHI = 1034.285
Full line text.
00, TEG.EANBII..TOA.OEEELNLNLNEU...SDHL..VHEIEAENHTLDTFAEESNAA.B.ENEEGS.YIHEDRXO.TSIER.IKEAGNSAN..O.IS..NNLTESML..IVOAB.DT.NA.FDXLNEYEUDESTIO.HE.EEG.SLV.WE.S.DAIBENFENES.SL..IEGKTRE.NULE.OHSN..VAGF..TO.H.ERLSDEIA.LEE.TSLVN.AGAASENDT....VB.REE.LO....I.E.BIET.E.V..DLSNNEN.DHMA.GVOET.E..ESAEL.HTEEHE.DEVINATOKNHE.SIOE.SRLYUNL...V.HNTEEIADENAW.S.E ,CHI = 92.592
From this at a glance i would normally conclude that there is no vigenere cipher present however due to the fact i am guessing at the Keyspace i can not prove this.
Unfortunately i can not post any more images so i will jump to a new reply.
