The performed a coincide index on this cyphered text, aligning the first line with the second and so on, then counting how many letters were the same. Since Italian has a coincidence index of 1.94, if a coincidence index of an encrypted text is close to that value, the text is likely to be encrypted by a substitution cypher.
Each of the following texts has 420 character pairs.
The first text has 16 coincidences, giving it a coincidence index of 16/420*26 = 0.990.
The second text has 28 coincidences, almost double the first, giving it a coincidence index of 28/420*26 = 1.733.
We know that one of the texts used an enigma machine and the other used a mono-alphabetic substitution cypher. Since mono-alphabetic substitution cyphers preserve letter frequencies, it should have a coincidence index similar to the expected Italian coincidence index. As such the second text is using the substitution cypher.
100 random 6-letter words. Starting letters are based on Relative frequencies of the first letters of a word in the English language and the following letters are based on How often does a given letter follow another in English?
I took all the words found at this place:
http://www.mieliestronk.com/corncob_lowercase.txt
Which surmounts to about 58110 words.
Then I coded a small piece to get the letter fequencies and letter combinations. Mostly in order to create random words for my roleplaying group... I, err, may have gone a bit over board there.
Anyway!
I won’t show all the data here, cuss it’s 15.000 rows long, but I found some curious tidbits at least. Like the only double letter combination that ends words are ‘LZ‘ and ‘VS‘. There are others that almost always end words, of course, but they all can have at least another letter as well.
So yeah, the most common first letter is S with the least common X.
No love for X ;-;
So... what’s the point of all this?
None really... I did it because I wanted to be able to generate random words that actually are pronouncable. Which might’ve worked? I’ll let you be the judge of that!
Hled dess refenratings fies stroy taticellacch!
P.S
If anyone wishes to know more about this, or is interested in a 227kb large file with the analysis, just ask me and I’ll be happy to talk more about it.