oshfdk > 18-10-2023, 09:45 AM
(18-10-2023, 09:14 AM)nablator Wrote: You are not allowed to view links. Register or Login to view.(18-10-2023, 08:21 AM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.One note of interest, of all these labels "okal" is by far the most common in VMS, occurring over 500 times. If, hypothetically, we are talking about a codex inspired by Roman/Greek pre-Christian beliefs, Jupiter could be called Jove/Iove/Deus/Zeus (which could explain the angle of the chart on f67r2: this label is on top there, and putting Jove on top should be natural for Jupiter worshipers).The labels for planets that we see in diagrams in Latin manuscripts often use the genitive case, that's why we get Veneris and Jovis instead of Venus and Jupiter. The modern conventions for writing Latin consonants v/j and vowels u/i differently did not apply of course: a cipher would use only u/i letters, not v/j.
Nobody ever called Jupiter/Zeus Deus, the Greek genitive would be You are not allowed to view links. Register or Login to view..
If there is a system for enciphering, the positional rigidity of Voynichese and low conditional entropy being what they are, it is unlikely that more than a few letters could be enciphered in such short labels, a mnemonic or abbreviation maybe?
I doubt there were any Jupiter worshipers as late as the 15th century. Classical antiquity was a huge source of inspiration for the Renaissance, but always in a Christian framework.
(18-10-2023, 09:14 AM)nablator Wrote: You are not allowed to view links. Register or Login to view.If there is a system for enciphering, the positional rigidity of Voynichese and low conditional entropy being what they are, it is unlikely that more than a few letters could be enciphered in such short labels, a mnemonic or abbreviation maybe?
oshfdk > 18-10-2023, 10:05 AM
Aga Tentakulus > 18-10-2023, 10:20 AM
nablator > 18-10-2023, 10:27 AM
(18-10-2023, 10:05 AM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.E.g., consider the cipher I designed to showcase how distance encoding can handle a large source alphabet with a small number of marks.
oshfdk > 18-10-2023, 10:53 AM
(18-10-2023, 10:27 AM)nablator Wrote: You are not allowed to view links. Register or Login to view.In the meantime you can study my cipher (1 to many at enciphering, 2 to one at deciphering according to some binary "distance" variable, several possibilities): search "antipolybius" or "zigzag path" on the forum.
oshfdk > 18-10-2023, 11:11 AM
(18-10-2023, 10:20 AM)Aga Tentakulus Wrote: You are not allowed to view links. Register or Login to view.That may be, but it does not explain the frequency of the word, and in all sorts of places.
Hence certainly no name.
The more frequent a word, the more likely it is to be ambiguous. I know it from dialect, where one word covers several variants.
Example Latin - German. English translation.
> cat opmaj.txt | egrep -i -o 'de.{0,4}us|us.{0,4}de' | wc -l
1090
> cat opmaj.txt | wc -w
237819
nablator > 18-10-2023, 12:07 PM
(18-10-2023, 10:53 AM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.This one? You are not allowed to view links. Register or Login to view.Yes, there are a few other posts on the next page. There could be complications, special rules for apparent ligatures and gallows. In the experiments I did there were no special rules, but many null words. Now I realize that null words are not necessarily a bad thing.
I couldn't find the exact rules you used, is there any post or article where I can see them?
Quote:In any case, the first question I have for potential cipher candidates: are they relatively easy to read and write to warrant using them for a whole book. Is it possible to just read it off the page?Ease of use was the main design constraint. To cipher, it requires a good look at a table to find a zigzag path that goes through the letters of a chunk of plaintext, which would explain the frequent small horizontal and vertical offsets, as if the scribe had been interrupted and had to take a look elsewhere before continuing. Deciphering is done by following the zigzag path defined by Voynichese glyphs interpreted as 2D coordinates (xyxyxy...) on the table. Not as easy as a simple mono-alphabetical substitution cipher but not as difficult as using a large nomenclator key, or cipher wheels, or code book, because the letters and Voynichese glyphs are easy to find in the table with a little practice, a glance would be enough.
oshfdk > 18-10-2023, 12:21 PM
(18-10-2023, 12:07 PM)nablator Wrote: You are not allowed to view links. Register or Login to view.Ease of use was the main design constraint. To cipher, it requires a good look at a table to find a zigzag path that goes through the letters of a chunk of plaintext, which would explain the frequent small horizontal and vertical offsets, as if the scribe had been interrupted and had to take a look elsewhere before continuing. Deciphering is done by following the zigzag path defined by Voynichese glyphs interpreted as 2D coordinates (xyxyxy...) on the table. Not as easy as a simple mono-alphabetical substitution cipher but not as difficult as using a large nomenclator key, or cipher wheels, or code book, because the letters and Voynichese glyphs are easy to find in the table.
nablator > 18-10-2023, 01:07 PM
(18-10-2023, 12:21 PM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.As far as I understand the principle, there is a rectangular table of letters and we skip from a square to a square writing down how many squares we skip horizontally and vertically each time.It would be a variant using relative coordinates (relative to the current position on the table). I used simple Cartesian coordinates, absolute. Space = 0, o = 1, e = 2, etc. in no particular order, but I found that some orders worked a lot better than others - more efficient.
Quote:If the table is kept the same for the whole book or at least for large portions of the book (and I think it's really pointless to consider other possibilities, as they gradually approach the one-time pad in being theoretically unbreakable), can we try to identify any patterns that would betray some of the properties of the plaintext?My cunning plan
Quote:How do we pick where to start on the table? It would be impossible to decipher this without knowing the starting square, I suppose.The lines start and end at the (space, space) coordinates (corners of the table), see: You are not allowed to view links. Register or Login to view.
oshfdk > 18-10-2023, 03:27 PM
(18-10-2023, 01:07 PM)nablator Wrote: You are not allowed to view links. Register or Login to view.It would be a variant using relative coordinates (relative to the current position on the table). I used simple Cartesian coordinates, absolute. Space = 0, o = 1, e = 2, etc. in no particular order, but I found that some orders worked a lot better than others - more efficient.