340..partially solved ;)

Re: 340..partially solved ;)

Postby Quicktrader » Tue Nov 20, 2018 1:45 pm

To identify another symbol would be a great breakthrough...such as words with less frequent letters, e.g. 'YOU' or 'HAVE', which are likely to occur in a cipher text of that length. The question is: where?

QT
*ZODIACHRONOLOGY*
User avatar
Quicktrader
 
Posts: 2384
Joined: Mon Apr 01, 2013 11:23 am
Location: Vienna, Austria (Europe)

Re: 340..partially solved ;)

Postby Quicktrader » Mon Dec 03, 2018 8:27 am

Z won't be crack proof, nor will be his 340 cipher.

There - potentially - is a good way to crack his cipher. The following method should be able to crack a significant part of the 340 (assuming it is a homophone substitution cipher):

1. Set the + symbol (e.g. 'S' or 'L'...frequent double letter)

2. Set the IoFBc combination in line 13 (e.g. 'ENTER', 'THING', 'OFTHE' etc.)

3. Set a bigram for the last two homophones in line 17.

4. Complete symbol #3 and symbol #6 of line 17 by using a (group of) 5-gram(s).

5. Complete symbols #7, #8, #9 of line 17 by using a second group of 5-grams on top of each 5-gram from step no. 4.

6. Independent from steps no. 4 and 5, complete the symbols #12 and #13 of line 17 by using a (separate) group of 5-grams.

And we will receive a (group of) strings of length 21 letters.

7. Search this string for at least 2, better 3 words of length >4 by using a dictionary (root words only, search with algorithm).

This method enables to not only search for one single letter or word, but to search for multiple words in a specific part of the cipher. To do so, the following components are used: Dictionary, word pattern matching, iteration/brute force, filling up with 5-grams.

The idea behind that procedure is the following: One may choose a letter for the + symbol, e.g. by using Bernoulli or any double letter from a double letter frequency table (the '++' occurs three times). From then on, focussing on 'frequent' trigrams and bigrams for those n-grams which are indeed repeating in the 340 - simply because they indeed do occur at least twice in the cipher. Such step, for example, eliminates 'XXXZZ' for the IoFBc combination in line 13.

The rest is filled up. Now you can either iterate all alphabetical letters from A-Z, or, if there is already some letters present in a sequence of five letters in a row, look up some matching 5-grams in a 5-gram frequency table. There again, one may want to choose to only look into the most frequent one million different 5-grams instead of choosing all of the potentially thinkable 11 million 5-grams (again 'spoken language' instead of XXXZZ).

Most likely, for each + symbol and IoFBc combination, you end up at approximately 8 million different strings that can be searched for two, three or more words inside (each). That again is computable.

The question is, however, if there will be 2 or 3 words found in such 21-letter strings. I guess searching for two could lead to too many results out of e.g. 8 million different strings, while if 3 words are found that could indeed be interesting (71% 'readable' text in such a string).

Still a long way to go, however a solid approach - as long as there are nt statistical outliers amongst Z's repeating tri- and bigrams.

QT
*ZODIACHRONOLOGY*
User avatar
Quicktrader
 
Posts: 2384
Joined: Mon Apr 01, 2013 11:23 am
Location: Vienna, Austria (Europe)

Re: 340..partially solved ;)

Postby Quicktrader » Mon Dec 10, 2018 3:23 pm

Currently using a similar method: Four different strings being searched for words from a dictionary. Now duplicates have been eliminated. Using approximately 13 different variables (letters, bigrams) for each 5-gram ('IoFBc''; line 13). Those variables not all at once but step by step only if one word has already been found in the first, second, third etc. string.

Currently, the results look like this:

temp.JPG


The program is still iterating letters in the 3rd and 4th string, with the first two strings still being the same. This changes over the time the more symbols will have been iterated through alphabetical letters. All potential solutions can be found this way, covering a total of 166 homophones or 48.8% of the cipher (cleartext), btw (with the rest possibly being completed manually). The program is working as it should, however there is a total of five loops nested into each other, which might be improved by different Python functions in the near future.

Nevertheless, we talk about potential Z cleartext popping up on the list.

QT
You do not have the required permissions to view the files attached to this post.
*ZODIACHRONOLOGY*
User avatar
Quicktrader
 
Posts: 2384
Joined: Mon Apr 01, 2013 11:23 am
Location: Vienna, Austria (Europe)

Re: 340..partially solved ;)

Postby the ghost of zodiac » Tue Dec 25, 2018 10:50 pm

The double letter you are speaking of I believe is "SS" as He gave us this clue when he used it in the spelling of "christmass" in one of his letters
Respectfully
TGOZ
the ghost of zodiac
 
Posts: 55
Joined: Mon Feb 03, 2014 9:52 pm

Re: 340..partially solved ;)

Postby Simplicity » Sat Dec 29, 2018 9:05 am

looking good quicktrader, i think you are on the right path.
Yes, dyslexia is probably my first undiagnosed language.
Simplicity
 
Posts: 754
Joined: Sat Nov 03, 2018 1:31 am

Re: 340..partially solved ;)

Postby Quicktrader » Sat Jan 12, 2019 5:27 pm

Iteration of alphabets requires heavy computation..thus, I went back to the 16-letter string from line 17 ('pFlWBIOLpp0WCZWc'). Searching for at least two words of length >4 in that string, using a dictionary with ~4,500 words.

So far, besides learning to program 'Python' as well as creating a unique dictionary consisting of word roots only, some other troubles had occurred:

- 'overlapping' words (which is not a realistic finding of two words in the string)
- duplicates of results with iteration at non-relevant positions of the string

Both has been 'solved'. Thus we now can get REAL CLEARTEXT variations for that specific 16-letter string.

Currently, all computation is based on a group of 'frequent' 5-grams for the 'IoFBc' section (we have to make compromises..). Also, the + symbol was set (currently: 'S'). By doing so, we can now compute specific runs for each 'OL' bigram of the string, which is actually a repeating one. Checking one (rather frequent) of such bigrams after another. The results look somehow like the following list, here shown for the bigram 'HI'.

We can 'learn' from the results:
For example that there is no (!) two words found in the 16-letter string for the 5-gram 'ANDTH' (for the IoFBc homophones) in combination with the bigram 'HI' (for the OL homophones). However, there is such result for e.g. 'ETHER' and 'HI'.

Some of the results are even promising:

SOMONTHISSHORTOS
so month is short os

SEXACTHISSHAPEAO
s exact his shape ao

SEWORTHISSHOWNOE
se worth is shown oe

Whatsoever. One computation 'run' takes approximately 5-10 Minutes and covers about 870,000,000 different letter variations. It's actually 131.6B but I decided to meanwhile let the W symbol being a 'frequent' letter (as it occurs 3x in that 16-letter string).

In this run, approximately 440 results out of those 870m variations showed up.

The idea is to continue computation with such results only.

QT

Code: Select all
FCCP-List
THERE HI
SEEARTHISSHAREAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'share'}]
SEEARTHISSHARPAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'sharp'}]
SEEARTHISSHALTAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shalt'}]
SEEARTHISSHALLAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shall'}]
SEEARTHISSHADEAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shade'}]
SEEARTHISSHADYAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shady'}]
SEEARTHISSHAMEAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shame'}]
SEEARTHISSHAFTAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shaft'}]
SEEARTHISSHAPEAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shape'}]
SEEARTHISSHAWLAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shawl'}]
SEEARTHISSHAKEAE [{'Pos': 2, 'Word': 'earth'}, {'Pos': 9, 'Word': 'shake'}]
SENORTHISSHOESOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shoes'}]
SENORTHISSHOOTOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shoot'}]
SENORTHISSHOOKOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shook'}]
SENORTHISSHONEOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shone'}]
SENORTHISSHOREOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shore'}]
SENORTHISSHORTOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'short'}]
SENORTHISSHOCKOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shock'}]
SENORTHISSHOUTOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shout'}]
SENORTHISSHOPSOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shops'}]
SENORTHISSHOWNOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shown'}]
SENORTHISSHOWSOE [{'Pos': 2, 'Word': 'north'}, {'Pos': 9, 'Word': 'shows'}]
SEMIRTHISSHINEIE [{'Pos': 2, 'Word': 'mirth'}, {'Pos': 9, 'Word': 'shine'}]
SEMIRTHISSHIRTIE [{'Pos': 2, 'Word': 'mirth'}, {'Pos': 9, 'Word': 'shirt'}]
SEMIRTHISSHIFTIE [{'Pos': 2, 'Word': 'mirth'}, {'Pos': 9, 'Word': 'shift'}]
SEMIRTHISSHIPSIE [{'Pos': 2, 'Word': 'mirth'}, {'Pos': 9, 'Word': 'ships'}]
SEFORTHISSHOESOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shoes'}]
SEFORTHISSHOOTOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shoot'}]
SEFORTHISSHOOKOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shook'}]
SEFORTHISSHONEOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shone'}]
SEFORTHISSHOREOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shore'}]
SEFORTHISSHORTOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'short'}]
SEFORTHISSHOCKOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shock'}]
SEFORTHISSHOUTOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shout'}]
SEFORTHISSHOPSOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shops'}]
SEFORTHISSHOWNOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shown'}]
SEFORTHISSHOWSOE [{'Pos': 2, 'Word': 'forth'}, {'Pos': 9, 'Word': 'shows'}]
SEWORTHISSHOESOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shoes'}]
SEWORTHISSHOOTOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shoot'}]
SEWORTHISSHOOKOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shook'}]
SEWORTHISSHONEOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shone'}]
SEWORTHISSHOREOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shore'}]
SEWORTHISSHORTOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'short'}]
SEWORTHISSHOCKOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shock'}]
SEWORTHISSHOUTOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shout'}]
SEWORTHISSHOPSOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shops'}]
SEWORTHISSHOWNOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shown'}]
SEWORTHISSHOWSOE [{'Pos': 2, 'Word': 'worth'}, {'Pos': 9, 'Word': 'shows'}]
SEBERTHISSHEETEE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 9, 'Word': 'sheet'}]
SEBERTHISSHEEREE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 9, 'Word': 'sheer'}]
SEBERTHISSHEEPEE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 9, 'Word': 'sheep'}]
SEBERTHISSHEAVEE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 10, 'Word': 'heave'}]
SEBERTHISSHENCEE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 10, 'Word': 'hence'}]
SEBERTHISSHELLEE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 9, 'Word': 'shell'}]
SEBERTHISSHELFEE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 9, 'Word': 'shelf'}]
SEBERTHISSHEDGEE [{'Pos': 2, 'Word': 'berth'}, {'Pos': 10, 'Word': 'hedge'}]
SEBIRTHISSHINEIE [{'Pos': 2, 'Word': 'birth'}, {'Pos': 9, 'Word': 'shine'}]
SEBIRTHISSHIRTIE [{'Pos': 2, 'Word': 'birth'}, {'Pos': 9, 'Word': 'shirt'}]
SEBIRTHISSHIFTIE [{'Pos': 2, 'Word': 'birth'}, {'Pos': 9, 'Word': 'shift'}]
SEBIRTHISSHIPSIE [{'Pos': 2, 'Word': 'birth'}, {'Pos': 9, 'Word': 'ships'}]
SEXERTHISSHEETEE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 9, 'Word': 'sheet'}]
SEXERTHISSHEEREE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 9, 'Word': 'sheer'}]
SEXERTHISSHEEPEE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 9, 'Word': 'sheep'}]
SEXERTHISSHEAVEE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 10, 'Word': 'heave'}]
SEXERTHISSHENCEE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 10, 'Word': 'hence'}]
SEXERTHISSHELLEE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 9, 'Word': 'shell'}]
SEXERTHISSHELFEE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 9, 'Word': 'shelf'}]
SEXERTHISSHEDGEE [{'Pos': 1, 'Word': 'exert'}, {'Pos': 10, 'Word': 'hedge'}]
ENTHE HI
ENTER HI
STAREEHISSHRUGRR [{'Pos': 0, 'Word': 'stare'}, {'Pos': 9, 'Word': 'shrug'}]
STOREEHISSHRUGRR [{'Pos': 0, 'Word': 'store'}, {'Pos': 9, 'Word': 'shrug'}]
STHREEHISSHRUGRR [{'Pos': 1, 'Word': 'three'}, {'Pos': 9, 'Word': 'shrug'}]
ERENT HI
SEVENEHISSHEETET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 9, 'Word': 'sheet'}]
SEVENEHISSHEERET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 9, 'Word': 'sheer'}]
SEVENEHISSHEEPET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 9, 'Word': 'sheep'}]
SEVENEHISSHEAVET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 10, 'Word': 'heave'}]
SEVENEHISSHENCET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 10, 'Word': 'hence'}]
SEVENEHISSHELLET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 9, 'Word': 'shell'}]
SEVENEHISSHELMET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 10, 'Word': 'helmet'}]
SEVENEHISSHELFET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 9, 'Word': 'shelf'}]
SEVENEHISSHEDGET [{'Pos': 0, 'Word': 'seven'}, {'Pos': 10, 'Word': 'hedge'}]
THAND HI
SATENTHISSHEETED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheet'}]
SATENTHISSHEERED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheer'}]
SATENTHISSHEEPED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheep'}]
SATENTHISSHEATED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heated'}]
SATENTHISSHEADED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'headed'}]
SATENTHISSHEAPED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heaped'}]
SATENTHISSHEAVED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heave'}]
SATENTHISSHENDED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 11, 'Word': 'ended'}]
SATENTHISSHENCED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hence'}]
SATENTHISSHELLED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shell'}]
SATENTHISSHELFED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shelf'}]
SATENTHISSHELPED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'helped'}]
SATENTHISSHEDGED [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hedge'}]
SATANTHISSHAREAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'share'}]
SATANTHISSHARPAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'sharp'}]
SATANTHISSHAHEAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 11, 'Word': 'ahead'}]
SATANTHISSHALTAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shalt'}]
SATANTHISSHALLAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shall'}]
SATANTHISSHADEAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shade'}]
SATANTHISSHADYAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shady'}]
SATANTHISSHAMEAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shame'}]
SATANTHISSHAFTAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shaft'}]
SATANTHISSHAPEAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shape'}]
SATANTHISSHAWLAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shawl'}]
SATANTHISSHAKEAD [{'Pos': 0, 'Word': 'satan'}, {'Pos': 9, 'Word': 'shake'}]
SATINTHISSHINEID [{'Pos': 0, 'Word': 'satin'}, {'Pos': 9, 'Word': 'shine'}]
SATINTHISSHIRTID [{'Pos': 0, 'Word': 'satin'}, {'Pos': 9, 'Word': 'shirt'}]
SATINTHISSHIFTID [{'Pos': 0, 'Word': 'satin'}, {'Pos': 9, 'Word': 'shift'}]
SATINTHISSHIPSID [{'Pos': 0, 'Word': 'satin'}, {'Pos': 9, 'Word': 'ships'}]
SANINTHISSHINEID [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shine'}]
SANINTHISSHIRTID [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shirt'}]
SANINTHISSHIFTID [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shift'}]
SANINTHISSHIPSID [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'ships'}]
SARENTHISSHEETED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 9, 'Word': 'sheet'}]
SARENTHISSHEERED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 9, 'Word': 'sheer'}]
SARENTHISSHEEPED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 9, 'Word': 'sheep'}]
SARENTHISSHEATED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 10, 'Word': 'heated'}]
SARENTHISSHEADED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 10, 'Word': 'headed'}]
SARENTHISSHEAPED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 10, 'Word': 'heaped'}]
SARENTHISSHEAVED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 10, 'Word': 'heave'}]
SARENTHISSHENDED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 11, 'Word': 'ended'}]
SARENTHISSHENCED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 10, 'Word': 'hence'}]
SARENTHISSHELLED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 9, 'Word': 'shell'}]
SARENTHISSHELFED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 9, 'Word': 'shelf'}]
SARENTHISSHELPED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 10, 'Word': 'helped'}]
SARENTHISSHEDGED [{'Pos': 1, 'Word': 'arent'}, {'Pos': 10, 'Word': 'hedge'}]
SALONTHISSHOESOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shoes'}]
SALONTHISSHOOTOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shoot'}]
SALONTHISSHOOKOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shook'}]
SALONTHISSHONEOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shone'}]
SALONTHISSHOREOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shore'}]
SALONTHISSHORTOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'short'}]
SALONTHISSHOCKOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shock'}]
SALONTHISSHOUTOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shout'}]
SALONTHISSHOPSOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shops'}]
SALONTHISSHOWNOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shown'}]
SALONTHISSHOWSOD [{'Pos': 0, 'Word': 'salon'}, {'Pos': 9, 'Word': 'shows'}]
SAMONTHISSHOESOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoes'}]
SAMONTHISSHOOTOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoot'}]
SAMONTHISSHOOKOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shook'}]
SAMONTHISSHONEOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shone'}]
SAMONTHISSHOREOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shore'}]
SAMONTHISSHORTOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'short'}]
SAMONTHISSHOCKOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shock'}]
SAMONTHISSHOUTOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shout'}]
SAMONTHISSHOPSOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shops'}]
SAMONTHISSHOWNOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shown'}]
SAMONTHISSHOWSOD [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shows'}]
SAGENTHISSHEETED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 9, 'Word': 'sheet'}]
SAGENTHISSHEERED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 9, 'Word': 'sheer'}]
SAGENTHISSHEEPED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 9, 'Word': 'sheep'}]
SAGENTHISSHEATED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 10, 'Word': 'heated'}]
SAGENTHISSHEADED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 10, 'Word': 'headed'}]
SAGENTHISSHEAPED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 10, 'Word': 'heaped'}]
SAGENTHISSHEAVED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 10, 'Word': 'heave'}]
SAGENTHISSHENDED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 11, 'Word': 'ended'}]
SAGENTHISSHENCED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 10, 'Word': 'hence'}]
SAGENTHISSHELLED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 9, 'Word': 'shell'}]
SAGENTHISSHELFED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 9, 'Word': 'shelf'}]
SAGENTHISSHELPED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 10, 'Word': 'helped'}]
SAGENTHISSHEDGED [{'Pos': 1, 'Word': 'agent'}, {'Pos': 10, 'Word': 'hedge'}]
HATHE HI
HATHA HI
ENTHA HI
THENT HI
SETENTHISSHEETET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheet'}]
SETENTHISSHEERET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheer'}]
SETENTHISSHEEPET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheep'}]
SETENTHISSHEAVET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heave'}]
SETENTHISSHENCET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hence'}]
SETENTHISSHELLET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shell'}]
SETENTHISSHELMET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'helmet'}]
SETENTHISSHELFET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shelf'}]
SETENTHISSHEDGET [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hedge'}]
SENINTHISSHINEIT [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shine'}]
SENINTHISSHIRTIT [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shirt'}]
SENINTHISSHIFTIT [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shift'}]
SENINTHISSHIPSIT [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'ships'}]
SEMONTHISSHOESOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoes'}]
SEMONTHISSHOOTOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoot'}]
SEMONTHISSHOOKOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shook'}]
SEMONTHISSHONEOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shone'}]
SEMONTHISSHOREOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shore'}]
SEMONTHISSHORTOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'short'}]
SEMONTHISSHOCKOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shock'}]
SEMONTHISSHOUTOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shout'}]
SEMONTHISSHOPSOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shops'}]
SEMONTHISSHOWNOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shown'}]
SEMONTHISSHOWSOT [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shows'}]
ERERE HI
SEVEREHISSHEETEE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 9, 'Word': 'sheet'}]
SEVEREHISSHEEREE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 9, 'Word': 'sheer'}]
SEVEREHISSHEEPEE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 9, 'Word': 'sheep'}]
SEVEREHISSHEAVEE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 10, 'Word': 'heave'}]
SEVEREHISSHENCEE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 10, 'Word': 'hence'}]
SEVEREHISSHELLEE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 9, 'Word': 'shell'}]
SEVEREHISSHELFEE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 9, 'Word': 'shelf'}]
SEVEREHISSHEDGEE [{'Pos': 0, 'Word': 'severe'}, {'Pos': 10, 'Word': 'hedge'}]
HATER HI
STAREHHISSHRUGRR [{'Pos': 0, 'Word': 'stare'}, {'Pos': 9, 'Word': 'shrug'}]
STOREHHISSHRUGRR [{'Pos': 0, 'Word': 'store'}, {'Pos': 9, 'Word': 'shrug'}]
THING HI
SITENTHISSHEETEG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheet'}]
SITENTHISSHEEREG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheer'}]
SITENTHISSHEEPEG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheep'}]
SITENTHISSHEAVEG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heave'}]
SITENTHISSHENCEG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hence'}]
SITENTHISSHELLEG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shell'}]
SITENTHISSHELFEG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shelf'}]
SITENTHISSHEDGEG [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hedge'}]
SININTHISSHINEIG [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shine'}]
SININTHISSHIRTIG [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shirt'}]
SININTHISSHIFTIG [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shift'}]
SININTHISSHIPSIG [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'ships'}]
SILENTHISSHEETEG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 9, 'Word': 'sheet'}]
SILENTHISSHEEREG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 9, 'Word': 'sheer'}]
SILENTHISSHEEPEG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 9, 'Word': 'sheep'}]
SILENTHISSHEAVEG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 10, 'Word': 'heave'}]
SILENTHISSHENCEG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 10, 'Word': 'hence'}]
SILENTHISSHELLEG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 9, 'Word': 'shell'}]
SILENTHISSHELFEG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 9, 'Word': 'shelf'}]
SILENTHISSHEDGEG [{'Pos': 0, 'Word': 'silent'}, {'Pos': 10, 'Word': 'hedge'}]
SIMONTHISSHOESOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoes'}]
SIMONTHISSHOOTOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoot'}]
SIMONTHISSHOOKOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shook'}]
SIMONTHISSHONEOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shone'}]
SIMONTHISSHOREOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shore'}]
SIMONTHISSHORTOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'short'}]
SIMONTHISSHOCKOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shock'}]
SIMONTHISSHOUTOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shout'}]
SIMONTHISSHOPSOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shops'}]
SIMONTHISSHOWNOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shown'}]
SIMONTHISSHOWSOG [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shows'}]
WITHA HI
WITHI HI
ITHER HI
SHAREIHISSHRUGRR [{'Pos': 0, 'Word': 'share'}, {'Pos': 9, 'Word': 'shrug'}]
SHOREIHISSHRUGRR [{'Pos': 0, 'Word': 'shore'}, {'Pos': 9, 'Word': 'shrug'}]
WITHE HI
ENTHI HI
ITHAT HI
THALL HI
SAFILTHISSHINEIL [{'Pos': 2, 'Word': 'filth'}, {'Pos': 9, 'Word': 'shine'}]
SAFILTHISSHIRTIL [{'Pos': 2, 'Word': 'filth'}, {'Pos': 9, 'Word': 'shirt'}]
SAFILTHISSHIFTIL [{'Pos': 2, 'Word': 'filth'}, {'Pos': 9, 'Word': 'shift'}]
SAFILTHISSHIPSIL [{'Pos': 2, 'Word': 'filth'}, {'Pos': 9, 'Word': 'ships'}]
HATHI HI
ITHIS HI
THITH HI
OFTHE HI
ATION HI
INGTH HI
OTHER HI
SHAREOHISSHRUGRR [{'Pos': 0, 'Word': 'share'}, {'Pos': 9, 'Word': 'shrug'}]
SHOREOHISSHRUGRR [{'Pos': 0, 'Word': 'shore'}, {'Pos': 9, 'Word': 'shrug'}]
ANDTH HI
ETHAT HI
DTHAT HI
ETHER HI
SHAREEHISSHRUGRR [{'Pos': 0, 'Word': 'share'}, {'Pos': 9, 'Word': 'shrug'}]
SHOREEHISSHRUGRR [{'Pos': 0, 'Word': 'shore'}, {'Pos': 9, 'Word': 'shrug'}]
NTHIS HI
NTHER HI
SHARENHISSHRUGRR [{'Pos': 0, 'Word': 'share'}, {'Pos': 9, 'Word': 'shrug'}]
SHORENHISSHRUGRR [{'Pos': 0, 'Word': 'shore'}, {'Pos': 9, 'Word': 'shrug'}]
NTHAT HI
ETHIS HI
DTHER HI
SHAREDHISSHRUGRR [{'Pos': 0, 'Word': 'share'}, {'Pos': 9, 'Word': 'shrug'}]
SHOREDHISSHRUGRR [{'Pos': 0, 'Word': 'shore'}, {'Pos': 9, 'Word': 'shrug'}]
SHIREDHISSHRUGRR [{'Pos': 1, 'Word': 'hired'}, {'Pos': 9, 'Word': 'shrug'}]
THETH HI
ERETH HI
SENATEHISSHAREAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'share'}]
SENATEHISSHARPAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'sharp'}]
SENATEHISSHALTAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shalt'}]
SENATEHISSHALLAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shall'}]
SENATEHISSHADEAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shade'}]
SENATEHISSHADYAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shady'}]
SENATEHISSHAMEAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shame'}]
SENATEHISSHAFTAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shaft'}]
SENATEHISSHAPEAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shape'}]
SENATEHISSHAWLAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shawl'}]
SENATEHISSHAKEAH [{'Pos': 0, 'Word': 'senate'}, {'Pos': 9, 'Word': 'shake'}]
DTHIS HI
SHERE HI
SEHARSHISSHAREAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'share'}]
SEHARSHISSHARPAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'sharp'}]
SEHARSHISSHALTAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shalt'}]
SEHARSHISSHALLAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shall'}]
SEHARSHISSHADEAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shade'}]
SEHARSHISSHADYAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shady'}]
SEHARSHISSHAMEAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shame'}]
SEHARSHISSHAFTAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shaft'}]
SEHARSHISSHAPEAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shape'}]
SEHARSHISSHAWLAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shawl'}]
SEHARSHISSHAKEAE [{'Pos': 2, 'Word': 'harsh'}, {'Pos': 9, 'Word': 'shake'}]
SEMARSHISSHAREAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'share'}]
SEMARSHISSHARPAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'sharp'}]
SEMARSHISSHALTAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shalt'}]
SEMARSHISSHALLAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shall'}]
SEMARSHISSHADEAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shade'}]
SEMARSHISSHADYAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shady'}]
SEMARSHISSHAMEAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shame'}]
SEMARSHISSHAFTAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shaft'}]
SEMARSHISSHAPEAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shape'}]
SEMARSHISSHAWLAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shawl'}]
SEMARSHISSHAKEAE [{'Pos': 2, 'Word': 'marsh'}, {'Pos': 9, 'Word': 'shake'}]
HISHE HI
SHETH HI
TIONS HI
SOTENTHISSHEETES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheet'}]
SOTENTHISSHEERES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheer'}]
SOTENTHISSHEEPES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheep'}]
SOTENTHISSHEAVES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heave'}]
SOTENTHISSHENCES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hence'}]
SOTENTHISSHEROES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heroes'}]
SOTENTHISSHELLES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shell'}]
SOTENTHISSHELFES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shelf'}]
SOTENTHISSHELVES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shelves'}]
SOTENTHISSHEDGES [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hedge'}, {'Pos': 11, 'Word': 'edges'}]
SONINTHISSHINEIS [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shine'}]
SONINTHISSHIRTIS [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shirt'}]
SONINTHISSHIFTIS [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shift'}]
SONINTHISSHIPSIS [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'ships'}]
SOMONTHISSHOESOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoes'}]
SOMONTHISSHOOTOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoot'}]
SOMONTHISSHOOKOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shook'}]
SOMONTHISSHONEOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shone'}]
SOMONTHISSHOREOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shore'}]
SOMONTHISSHORTOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'short'}]
SOMONTHISSHOCKOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shock'}]
SOMONTHISSHOUTOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shout'}]
SOMONTHISSHOPSOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shops'}]
SOMONTHISSHOWNOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shown'}]
SOMONTHISSHOWSOS [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shows'}]
NGTHE HI
INTHE HI
TOTHE HI
ATTHE HI
NDTHE HI
ONTHE HI
EDTHE HI
THEIR HI
SEFAITHISSHAREAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'share'}]
SEFAITHISSHARPAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'sharp'}]
SEFAITHISSHALTAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shalt'}, {'Pos': 11, 'Word': 'altar'}]
SEFAITHISSHALLAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shall'}]
SEFAITHISSHADEAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shade'}]
SEFAITHISSHADYAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shady'}]
SEFAITHISSHAMEAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shame'}]
SEFAITHISSHAFTAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shaft'}]
SEFAITHISSHAPEAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shape'}]
SEFAITHISSHAWLAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shawl'}]
SEFAITHISSHAKEAR [{'Pos': 2, 'Word': 'faith'}, {'Pos': 9, 'Word': 'shake'}]
TIONA HI
SOTENTHISSHEETEA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheet'}]
SOTENTHISSHEEREA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheer'}]
SOTENTHISSHEEPEA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'sheep'}]
SOTENTHISSHEAVEA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'heave'}]
SOTENTHISSHENCEA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hence'}]
SOTENTHISSHELLEA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shell'}]
SOTENTHISSHELFEA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 9, 'Word': 'shelf'}]
SOTENTHISSHEDGEA [{'Pos': 2, 'Word': 'tenth'}, {'Pos': 10, 'Word': 'hedge'}]
SONINTHISSHINEIA [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shine'}]
SONINTHISSHIRTIA [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shirt'}]
SONINTHISSHIFTIA [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'shift'}]
SONINTHISSHIPSIA [{'Pos': 2, 'Word': 'ninth'}, {'Pos': 9, 'Word': 'ships'}]
SOMONTHISSHOESOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoes'}]
SOMONTHISSHOOTOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shoot'}]
SOMONTHISSHOOKOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shook'}]
SOMONTHISSHONEOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shone'}]
SOMONTHISSHOREOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shore'}]
SOMONTHISSHORTOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'short'}]
SOMONTHISSHOCKOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shock'}]
SOMONTHISSHOUTOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shout'}]
SOMONTHISSHOPSOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shops'}]
SOMONTHISSHOWNOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shown'}]
SOMONTHISSHOWSOA [{'Pos': 2, 'Word': 'month'}, {'Pos': 9, 'Word': 'shows'}]
ORTHE HI
FORTH HI
INGTO HI
THECO HI
SERECTHISSHEETEO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 9, 'Word': 'sheet'}]
SERECTHISSHEEREO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 9, 'Word': 'sheer'}]
SERECTHISSHEEPEO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 9, 'Word': 'sheep'}]
SERECTHISSHEAVEO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 10, 'Word': 'heave'}]
SERECTHISSHENCEO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 10, 'Word': 'hence'}]
SERECTHISSHELLEO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 9, 'Word': 'shell'}]
SERECTHISSHELFEO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 9, 'Word': 'shelf'}]
SERECTHISSHEDGEO [{'Pos': 1, 'Word': 'erect'}, {'Pos': 10, 'Word': 'hedge'}]
SELECTHISSHEETEO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 9, 'Word': 'sheet'}]
SELECTHISSHEEREO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 9, 'Word': 'sheer'}]
SELECTHISSHEEPEO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 9, 'Word': 'sheep'}]
SELECTHISSHEAVEO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 10, 'Word': 'heave'}]
SELECTHISSHENCEO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 10, 'Word': 'hence'}]
SELECTHISSHELLEO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 9, 'Word': 'shell'}]
SELECTHISSHELFEO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 9, 'Word': 'shelf'}]
SELECTHISSHEDGEO [{'Pos': 1, 'Word': 'elect'}, {'Pos': 10, 'Word': 'hedge'}]
SEXACTHISSHAREAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'share'}]
SEXACTHISSHARPAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'sharp'}]
SEXACTHISSHALTAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shalt'}]
SEXACTHISSHALLAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shall'}]
SEXACTHISSHADEAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shade'}]
SEXACTHISSHADYAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shady'}]
SEXACTHISSHAMEAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shame'}]
SEXACTHISSHAFTAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shaft'}]
SEXACTHISSHAPEAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shape'}]
SEXACTHISSHAWLAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shawl'}]
SEXACTHISSHAKEAO [{'Pos': 1, 'Word': 'exact'}, {'Pos': 9, 'Word': 'shake'}]
CTION HI
WHICH HI
THESE HI
SEATSTHISSHTASTE [{'Pos': 0, 'Word': 'seats'}, {'Pos': 11, 'Word': 'taste'}]
SEXESTHISSHEETEE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 9, 'Word': 'sheet'}]
SEXESTHISSHEEREE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 9, 'Word': 'sheer'}]
SEXESTHISSHEEPEE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 9, 'Word': 'sheep'}]
SEXESTHISSHEAVEE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 10, 'Word': 'heave'}]
SEXESTHISSHENCEE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 10, 'Word': 'hence'}]
SEXESTHISSHELLEE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 9, 'Word': 'shell'}]
SEXESTHISSHELFEE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 9, 'Word': 'shelf'}]
SEXESTHISSHEDGEE [{'Pos': 0, 'Word': 'sexes'}, {'Pos': 10, 'Word': 'hedge'}]
SEXISTHISSHINEIE [{'Pos': 1, 'Word': 'exist'}, {'Pos': 9, 'Word': 'shine'}]
SEXISTHISSHIRTIE [{'Pos': 1, 'Word': 'exist'}, {'Pos': 9, 'Word': 'shirt'}]
SEXISTHISSHIFTIE [{'Pos': 1, 'Word': 'exist'}, {'Pos': 9, 'Word': 'shift'}]
SEXISTHISSHIPSIE [{'Pos': 1, 'Word': 'exist'}, {'Pos': 9, 'Word': 'ships'}]
AFTER HI
STAREAHISSHRUGRR [{'Pos': 0, 'Word': 'stare'}, {'Pos': 9, 'Word': 'shrug'}]
STOREAHISSHRUGRR [{'Pos': 0, 'Word': 'store'}, {'Pos': 9, 'Word': 'shrug'}]
EOFTH HI
ABOUT HI
ERTHE HI
IONAL HI
FIRST HI
WOULD HI
List complete
*ZODIACHRONOLOGY*
User avatar
Quicktrader
 
Posts: 2384
Joined: Mon Apr 01, 2013 11:23 am
Location: Vienna, Austria (Europe)

Re: 340..partially solved ;)

Postby jacob » Sat Jan 12, 2019 7:51 pm

Interesting QT, looks like you're onto something.
User avatar
jacob
 
Posts: 1018
Joined: Thu Sep 20, 2018 11:51 am
Location: UK

Re: 340..partially solved ;)

Postby Quicktrader » Sun Jan 13, 2019 4:11 am

jacob wrote:Interesting QT, looks like you're onto something.


Thanks for the feedback.
*ZODIACHRONOLOGY*
User avatar
Quicktrader
 
Posts: 2384
Joined: Mon Apr 01, 2013 11:23 am
Location: Vienna, Austria (Europe)

Re: 340..partially solved ;)

Postby Quicktrader » Thu Jan 17, 2019 6:07 am

I've got a little list:

Computation based on + representing 'S', for the most frequent 5-grams ('IoFBc'; ~70) as well as the most frequent bigrams (~40). Program is still running. For the cipher section previously mentioned, out of approximately 5.3 Trillion variations of how words could be found in that string, a total of approximately 30,000 values showed up. Eliminating duplicates etc. some 500 values appear to look promising, e.g. because the two words found in the string are 'connected' to each other. Please ignore letters not covered by words as they still may vary in some of the duplicates. You find the shortened list of ~500 below as well as some of my personal 'favorites'.


SAGENTWASSWEATED
SIBATTLESSLAVEAH
SECASTLESSLAVEAE
SEEARTHISSHADYAE
SEXACTHISSHAWLAO
SEFORTHISSHOWSOE
SHHEEDLESSLEADER
SEMARSHISSHADYAE
SAMONTHISSHORTOD
SGNOTICESSCOUTOH
SENATEHISSHAREAH
SEXESTHISSHEETEE

Code: Select all
SAGENTHISSHEEPED
SAGENTHISSHEERED
SAGENTHISSHEETED
SAGENTHISSHELFED
SAGENTHISSHELLED
SAGENTMOSSMELTED
SAGENTWASSWEARED
SAGENTWASSWEATED
SAGENTWASSWEEPED
SAGENTWASSWEETED
SAGENTWASSWELLED
SARENTLESSLEANED
SARENTLESSLEAPED
SARENTLESSLEASED
SARENTLESSLEAVED
SARENTLESSLEDGED
SARENTHISSHEEPED
SARENTHISSHEERED
SARENTHISSHEETED
SARENTHISSHELLED
SARENTWASSWEETED
SIBATTLESSLATEAH
SIBATTLESSLAVEAH
SEBERTHISSHEEPEE
SEBERTHISSHEEREE
SEBERTHISSHEETEE
SEBERTHISSHELFEE
SEBERTHISSHELLEE
SEBIRTHISSHIFTIE
SEBIRTHISSHINEIE
SEBIRTHISSHIPSIE
SEBIRTHISSHIRTIE
SIBOTTLESSLOPEOH
SECAREERSSEALSAE
SECAREERSSEATSAE
SECASTERSSEALSAE
SECASTERSSEATSAE
SECASTLESSLATEAE
SECASTLESSLAVEAE
SICATTLESSLATEAH
SICATTLESSLAVEAH
SICOTTONSSOOTHOH
STCREATESSTRAWRR
STCREATESSTRAYRR
STCREATESSTRIPRR
SEDEITIESSIEGEER
SDDETAINSSIEGEEH
SHEEEDRESSREADER
SHEEADRESSREGRET
SHEEEDRESSRENDER
SEEARTHISSHADEAE
SEEARTHISSHADYAE
SEEARTHISSHAFTAE
SEEARTHISSHAKEAE
SEEARTHISSHALLAE
SEEARTHISSHALTAE
SEEARTHISSHAMEAE
SEEARTHISSHAPEAE
SEEARTHISSHAREAE
SEEARTHISSHARPAE
SEEARTHISSHAWLAE
SEEASTERSSEALSAE
SEEASTERSSEATSAE
SELECTHISSHEDGEO
SELECTHISSHENCEO
SELECTLESSLEASEO
SELECTLESSLEAVEO
SELECTLESSLEDGEO
SELECTHISSHEEPEO
SELECTHISSHEEREO
SELECTHISSHEETEO
SELECTHISSHELFEO
SELECTHISSHELLEO
SELECTWASSWEAREO
SELECTWASSWEATEO
SELECTWASSWEEPEO
SELECTWASSWEETEO
SELECTWASSWELLEO
SAEENTERSSEEDSED
SAEENTERSSEEMSED
SERECTHISSHEAVEO
SERECTHISSHEDGEO
SERECTHISSHENCEO
SERECTHISSHEEPEO
SERECTHISSHEEREO
SERECTHISSHEETEO
SERECTHISSHELFEO
SERECTHISSHELLEO
SERECTWASSWEAREO
SERECTWASSWEATEO
SERECTWASSWEEPEO
SERECTWASSWEETEO
SERECTWASSWELLEO
SEXACTHISSHADEAO
SEXACTHISSHADYAO
SEXACTHISSHAFTAO
SEXACTHISSHAKEAO
SEXACTHISSHALLAO
SEXACTHISSHALTAO
SEXACTHISSHAMEAO
SEXACTHISSHAPEAO
SEXACTHISSHAREAO
SEXACTHISSHARPAO
SEXACTHISSHAWLAO
SEXACTWASSWAMPAO
SEXACTWASSWARMAO
SEXERTHISSHEAVEE
SEXERTHISSHEDGEE
SEXERTHISSHENCEE
SEXERTHISSHEEPEE
SEXERTHISSHEEREE
SEXERTHISSHEETEE
SEXERTHISSHELFEE
SEXERTHISSHELLEE
SEXERTWASSWEAREE
SEXERTWASSWEATEE
SEXERTWASSWEEPEE
SEXERTWASSWEETEE
SEXERTWASSWELLEE
SEXISTASSSAILSIE
SEXISTASSSAINTIE
SEXISTHISSHIFTIE
SEXISTHISSHINEIE
SEXISTHISSHIPSIE
SEXISTHISSHIRTIE
SEXISTWASSWIFTIE
SEXISTWASSWINEIE
SEXISTWASSWINGIE
SEXTREMESSMTASTE
SEFAITHISSHADEAR
SEFAITHISSHADYAR
SEFAITHISSHAFTAR
SEFAITHISSHAKEAR
SEFAITHISSHALLAR
SEFAITHISSHALTAR
SEFAITHISSHAMEAR
SEFAITHISSHAPEAR
SEFAITHISSHAREAR
SEFAITHISSHARPAR
SDFATALISSLATEAH
SDFATALISSLAVEAH
SAFILTHISSHIFTIL
SAFILTHISSHINEIL
SAFILTHISSHIPSIL
SAFILTHISSHIRTIL
SEFORTHISSHOCKOE
SEFORTHISSHOESOE
SEFORTHISSHONEOE
SEFORTHISSHOOKOE
SEFORTHISSHOOTOE
SEFORTHISSHOPSOE
SEFORTHISSHOREOE
SEFORTHISSHORTOE
SEFORTHISSHOUTOE
SEFORTHISSHOWNOE
SEFORTHISSHOWSOE
SEGENESISSSECRET
SEGENESISSSEIZET
SEGENESISSSENSET
SEGENESISSSERVET
SEGENTLESSLEEPET
SEGENTLESSLEEVET
SEGENTLESSLEPTET
SHGRADEASSERTERT
SHGRADERSSERVERT
STEAHANDSSNAKEAE
STEAHANDSSNAREAE
STEEHANDSSNEEREE
STEOHANDSSNOWYOE
SEHARSHISSHADEAE
SEHARSHISSHADYAE
SEHARSHISSHAFTAE
SEHARSHISSHAKEAE
SEHARSHISSHALLAE
SEHARSHISSHALTAE
SEHARSHISSHAMEAE
SEHARSHISSHAPEAE
SEHARSHISSHAREAE
SEHARSHISSHARPAE
SEHARSHISSHAWLAE
SEHASTERSSEALSAE
SEHASTERSSEATSAE
SHATEDASSSATANTR
SHATEDASSSATINTR
SHHEADERSSEEDSET
SHHEADERSSEEMSET
SHHEEDLESSLEADER
SHHEEDLESSLEASER
SHHEEDLESSLEAVER
SHHEEDLESSLEDGER
SHHEEDLESSLESSER
SHHEEDLESSLETTER
STEAHINTSSNAKEAE
STEAHINTSSNAREAE
STEEHINTSSNEEREE
STEOHINTSSNOWYOE
SHIREDHISSHRUGRR
STEAHOLESSLATEAE
STEAHOLESSLAVEAE
STEEHOLESSLEEPEE
STEEHOLESSLEEVEE
STEEHOLESSLEPTEE
STEIHOLESSLICEIE
STEIHOLESSLIDEIE
STEIHOLESSLIPSIE
STEAHOMESSMALLAE
STEAHOMESSMARTAE
STEAHOMESSMASHAE
STEEHOMESSMELLEE
STEEHOMESSMELTEE
STEIHOMESSMILEIE
STEIHOMESSMITEIE
STEIHOMESSMITHIE
STEOHOMESSMOKEOE
STEOHOMESSMOTEOE
SHEAIDEASSEALSAS
SHEAIDEASSEATSAS
SHEEIDEASSEEDSES
SHEEIDEASSEEMSES
SHEIIDEASSEIZEIS
SHENIDEASSENDSNS
SHENIDEASSENSENS
SHERIDEASSERVERS
SIKETTLESSLEEPEH
SIKETTLESSLEEVEH
SIKETTLESSLEPTEH
SHELADIESSILLYLT
SHLEADERSSEEDSET
SHLEADERSSEEMSET
SILETTERSSEEDSEH
SILETTERSSEEMSEH
SELISTENSSEIZEIE
SILITTERSSEIZEIH
SILITTLESSLICEIH
SILITTLESSLIDEIH
SILITTLESSLIPSIH
SIELOCALSSALADLN
SIELOCALSSALESLN
SIELOCALSSALONLN
SHMAIDENSSEALSAS
SHMAIDENSSEATSAS
SAMANTLESSLATEAD
SAMANTLESSLAVEAD
SEMARSHISSHADEAE
SEMARSHISSHADYAE
SEMARSHISSHAFTAE
SEMARSHISSHAKEAE
SEMARSHISSHALLAE
SEMARSHISSHALTAE
SEMARSHISSHAMEAE
SEMARSHISSHAPEAE
SEMARSHISSHAREAE
SEMARSHISSHARPAE
SEMARSHISSHAWLAE
SEMASTERSSEALSAE
SEMASTERSSEATSAE
SIMATTERSSEALSAH
SIMATTERSSEATSAH
SDMETALISSLEEPEH
SDMETALISSLEEVEH
SDMETALISSLEPTEH
SEMIRTHISSHIFTIE
SEMIRTHISSHINEIE
SEMIRTHISSHIPSIE
SEMIRTHISSHIRTIE
SAMONTHISSHOCKOD
SAMONTHISSHOESOD
SAMONTHISSHONEOD
SAMONTHISSHOOKOD
SAMONTHISSHOOTOD
SAMONTHISSHOPSOD
SAMONTHISSHOREOD
SAMONTHISSHORTOD
SAMONTHISSHOUTOD
SAMONTHISSHOWNOD
SAMONTHISSHOWSOD
SGMOTIONSSOOTHOH
SHNEEDLESSLEADER
SHNEEDLESSLEASER
SHNEEDLESSLEAVER
SHNEEDLESSLEDGER
SHNEEDLESSLESSER
SHNEEDLESSLETTER
SHNEEDLESSLEEPER
SHNEEDLESSLEEVER
SHNEEDLESSLENDER
SHNEEDLESSLEPTER
SHNEEDNTSSNEERER
SANINTHISSHIFTID
SANINTHISSHINEID
SANINTHISSHIPSID
SANINTHISSHIRTID
SENORTHISSHOCKOE
SENORTHISSHOESOE
SENORTHISSHONEOE
SENORTHISSHOOKOE
SENORTHISSHOOTOE
SENORTHISSHOPSOE
SENORTHISSHOREOE
SENORTHISSHORTOE
SENORTHISSHOUTOE
SENORTHISSHOWNOE
SENORTHISSHOWSOE
SGNOTICESSCOPEOH
SGNOTICESSCOREOH
SGNOTICESSCORNOH
SGNOTICESSCOUTOH
SGNOTIONSSOOTHOH
SHPRINCESSCRAPRS
SHPRINCESSCREWRS
SHPRINCESSCRUBRS
SIPROCESSSERVERN
SIRATTLESSLATEAH
SIRATTLESSLAVEAH
SHREADERSSEEDSET
SHREADERSSEEMSET
SEESREINSSISENSE
SEEDREINSSIDESDE
SEEEREINSSIEGEEE
SEELREINSSILLYLE
SEENREINSSINCENE
SEETREINSSITUATE
SERENEWASSWEARET
SERENEWASSWEATET
SERENEWASSWEEPET
SERENEWASSWEETET
SERENEWASSWELLET
SERESTLESSLEASEE
SERESTLESSLEAVEE
SERESTLESSLEDGEE
SDRETAINSSIEGEEH
SHERIDERSSERRORS
SHERIDERSSERVERS
SALONTHISSHOCKOD
SALONTHISSHOESOD
SALONTHISSHONEOD
SALONTHISSHOOKOD
SALONTHISSHOOTOD
SALONTHISSHOPSOD
SALONTHISSHOREOD
SALONTHISSHORTOD
SALONTHISSHOUTOD
SALONTHISSHOWNOD
SALONTHISSHOWSOD
SATANTHISSHADEAD
SATANTHISSHADYAD
SATANTHISSHAFTAD
SATANTHISSHAKEAD
SATANTHISSHALLAD
SATANTHISSHALTAD
SATANTHISSHAMEAD
SATANTHISSHAPEAD
SATANTHISSHAREAD
SATANTHISSHARPAD
SATANTHISSHAWLAD
SATINTHISSHIFTID
SATINTHISSHINEID
SATINTHISSHIPSID
SATINTHISSHIRTID
SATINTWASSWINGID
SEALSTIESSILLYLE
SEALSTONSSOLARLE
SEALSTONSSOLIDLE
SEALSTONSSOLVELE
SENATEHISSHADEAH
SENATEHISSHADYAH
SENATEHISSHAFTAH
SENATEHISSHAKEAH
SENATEHISSHALLAH
SENATEHISSHALTAH
SENATEHISSHAMEAH
SENATEHISSHAPEAH
SENATEHISSHAREAH
SENATEHISSHARPAH
SENATEHISSHAWLAH
SENATEWASSWAMPAH
SENATEWASSWARMAH
SISETTLESSLEEPEH
SISETTLESSLEEVEH
SISETTLESSLEPTEH
SEVENEHISSHEEPET
SEVENEHISSHEERET
SEVENEHISSHEETET
SEVENEHISSHELFET
SEVENEHISSHELLET
SEVEREHISSHEAVEE
SEVEREHISSHEDGEE
SEVEREHISSHENCEE
SEVERELESSLEASEE
SEVERELESSLEAVEE
SEVERELESSLEDGEE
SEVEREHISSHEEPEE
SEVEREHISSHEEREE
SEVEREHISSHEETEE
SEVEREHISSHELFEE
SEVEREHISSHELLEE
SEVEREWASSWEAREE
SEVEREWASSWEATEE
SEVEREWASSWEEPEE
SEVEREWASSWEETEE
SEVEREWASSWELLEE
SEXESTHISSHEAVEE
SEXESTHISSHEDGEE
SEXESTHISSHENCEE
SEXESTHISSHEEPEE
SEXESTHISSHEEREE
SEXESTHISSHEETEE
SEXESTHISSHELFEE
SEXESTHISSHELLEE
SHADEDRESSRDEEDR
SHAREDRESSRREERR
SHINEDRESSRNEENR
SHONEDRESSRNEENR
SILENTHISSHEAVEG
SILENTHISSHEDGEG
SILENTHISSHENCEG
SILENTLESSLEASEG
SILENTLESSLEAVEG
SILENTLESSLEDGEG
SILENTHISSHEEPEG
SILENTHISSHEEREG
SILENTHISSHEETEG
SILENTHISSHELFEG
SILENTHISSHELLEG
SILENTWASSWEAREG
SILENTWASSWEATEG
SILENTWASSWEEPEG
SILENTWASSWEETEG
SILENTWASSWELLEG
SESISTERSSEIZEIE
SDEATALESSLATEAH
SDEATALESSLAVEAH
SDEETALESSLEEPEH
SDEETALESSLEEVEH
SDEETALESSLEPTEH
SDEITALESSLICEIH
SDEITALESSLIDEIH
SDEITALESSLIPSIH
SDEOTALESSLOPEOH
SETATENDSSNAKEAH
SETATENDSSNAREAH
SEEETENDSSNEEREH
SEEOTENDSSNOWYOH
SATENTHISSHEEPED
SATENTHISSHEERED
SATENTHISSHEETED
SATENTHISSHELFED
SATENTHISSHELLED
SOTENTHISSHELVES
SETATENTSSNAKEAH
SETATENTSSNAREAH
SEEETENTSSNEEREH
SEEOTENTSSNOWYOH
SGEATIMESSMALLAH
SGEATIMESSMARTAH
SGEATIMESSMASHAH
SGEETIMESSMELLEH
SGEETIMESSMELTEH
SGEITIMESSMILEIH
SGEITIMESSMITEIH
SGEITIMESSMITHIH
SGEOTIMESSMOKEOH
SGEOTIMESSMOTEOH
SGEATINTSSNAKEAH
SGEATINTSSNAREAH
SGEETINTSSNEEREH
SGEOTINTSSNOWYOH
SHTRADEASSERTERT
SHTRADERSSERVERT
SHTRANCESSCRAPRT
SHTRANCESSCREWRT
SHTRANCESSCRUBRT
SEUNITEASSENTENR
SEUNREALSSANTANE
SDVITALISSLICEIH
SDVITALISSLIDEIH
SDVITALISSLIPSIH
SEWAITERSSEALSAR
SEWAITERSSEATSAR
SAWINTERSSEIZEID
SEWORTHISSHOCKOE
SEWORTHISSHOESOE
SEWORTHISSHONEOE
SEWORTHISSHOOKOE
SEWORTHISSHOOTOE
SEWORTHISSHOPSOE
SEWORTHISSHOREOE
SEWORTHISSHORTOE
SEWORTHISSHOUTOE
SEWORTHISSHOWNOE
SEWORTHISSHOWSOE
SEWRITEASSERTERR
SEWRITERSSERVERR
*ZODIACHRONOLOGY*
User avatar
Quicktrader
 
Posts: 2384
Joined: Mon Apr 01, 2013 11:23 am
Location: Vienna, Austria (Europe)

Re: 340..partially solved ;)

Postby Quicktrader » Sun Feb 24, 2019 10:03 am

Attack, attack, attack. :o

Below you can find a diagram of how the current FCCP attack on the 340 is actually performed. All programmed in Python, using an individually created word root dictionary. Thus, when talking about 'words' this could mean e.g. 'REFER' but not 'REFERENT'. :idea:

FCCP means, we use only selected parts of the cipher. :roll:

To crack the 340, however, it is NECESSARY to pre-set some assumptions. In the diagram, those assumptions were marked RED. :oops:

Based on that, the first run is performed (GREEN) :mrgreen:. Approximately 4,000 results (letter combinations/variations, not words, of course) from that one. The red assumptions plus the (matrix/array/dimension/whatever of) green strings is actually the BASIS :!: for all of the further computation. To calculate all strings simultaneously would kill every memory cache, even the one of Tianghe-2 (ploof me wong..). :)

Thus the strings have to be calculated separately (based on 'red' and 'green'): The next run is PURPLE in color. Approximately 40,000 letter combinations/variations resulted from that one.

So far, all of the previous has been computed. :arrow: Currently being computed is the next string, quite independently from the violet one, the ORANGE section of the cipher. Totally, based on red and green, an estimated 125,000,000 different variations can be found with any word roots in any of the strings. :(

Now the interesting part: Each list of results (instead of all theoretical letter combinations!) can be COMPARED to each other ('Cross-check/Selection')...if they are 'suitable' for each other. The only rule: Never allow two different alphabetical letters for one and the same symbol. Personally, I expect another reduction to approximately 2,000,000 different values (consisting of multiple strings, words). So far, we then will have ended up with a total of four words found simultaneously of length >4 letters. Of course it is easier to compare results to each other than all theoretical possibilities. :geek:

All the previous, of course, not ANYWHERE in the cipher but on strings that SHARE at least some symbols with each other (double....crrr.....ackk..). :idea:

The plan for the future:
After having selected the approx. 2,000,000 values, two more strings might be computed (BLUE and BROWN). We will see if that is possible with a normal computer. However, those results then also have to be compared to the previously computed strings (suitability). IF we can compute them at all (too many loose, different symbols...almost no cipher 'structures' left etc..). :P

Then, under the previously set assumption, ALL combinations of of six words found, all of length five letters or more, might be shown as a LIST. If the assumptions have been made right, the cleartext is amongst that list (which is hopefully a very short list...one value would actually be enough..). The more strings computed, the more difficultly can the words be 'placed' into their string (as symbols inside that string have already been DEFINED in one or more of the previous runs, even if we still deal with a range of multiple letters). :lol:

After completing the next two runs, a total of 56% of the cipher would be solved ;). Additional strings computed, if necessary, should complete the cipher to a degree that it can either be solved manually or computed (step-by-step) totally by the same method. If the pre-set assumptions were wrong, however, the procedure can be repeated with other assumptions (e.g. + = 'L').
:|

Crack.jpg


Below you also find a small section of ORANGE results (based on red & green assumptions/pre-computation). The run started approximately 30 minutes ago and is the program currently computing based on the green result #800 of 4,000.

temp.jpg


QT
You do not have the required permissions to view the files attached to this post.
*ZODIACHRONOLOGY*
User avatar
Quicktrader
 
Posts: 2384
Joined: Mon Apr 01, 2013 11:23 am
Location: Vienna, Austria (Europe)

PreviousNext

Return to Zodiac Cipher Mailings & Discussion

Who is online

Users browsing this forum: BDHOLLAND, Goodkidmaadtoschi, Jarlve, Shawn, tGkTcy2W9B4p60o and 41 guests

cron