Tool for decoding/encoding with fractionated Morse code. Fractionated Morse cipher is a variant of Morse code that adds an overcryption to it by splitting dots and dashes in groups of 3.
Fractionated Morse Cipher - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The encryption consists, first of all, of encoding the plain message in Morse (point . for short, dash - for long), with a separator |, between each letter, and between each word a double separator ||.
Example: DCODE MORSE is encoded in Morse -..|-.-.|---|-..|.||--|---|.-.|...|.||
The morse message is divided into trigrams (groups 3 characters) and completed with . or - if required (for the last one)
Example: -.., |-., -.|, ..., ||. (A dot has been added)
Each trigram is then substituted with the following table (read in columns) to get the encoded message.
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
. | . | . | . | . | . | . | . | . | - | - | - | - | - | - | - | - | - | | | | | | | | | | | | | | | | |
. | . | . | - | - | - | | | | | | | . | . | . | - | - | - | | | | | | | . | . | . | - | - | - | | | | |
. | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - | | | . | - |
Example: -.. corresponds to J, |-. for V, -. for L, etc. The final encrypted message is JVLNVGZQODSGY
It is possible to mix the order of the letters of the alphabet to complicate the decryption.
The fractionated Morse decryption requires to know the table used for the encryption (possibly generated with a disordered alphabet or a key).
Each letter of the encrypted message is re-associated with the corresponding trigram.
Example: The message ONTGCI gives --|---|.-.|...|.||
The plain message is then obtained by deciphering this code in Morse (with | as the letter separator).
Example: The decoded plain message is MORSE.
The message is composed of letters and has a coincidence index a little lower than that of the language of the plain text.
Some bigrams or trigrams can never appear as IS, IT, ... IZ or RS, RT, ... RZ because they would introduce three separators ||| which is impossible.
Frequency analysis of trigrams and quadrigrams can give a good estimate of the position of the words THE, OF, etc. in the text.
During encryption, the first row of the table is the alphabet used, a deranged alphabet, or an alphabet generated from a key is also a possibility.
dCode retains ownership of the "Fractionated Morse Cipher" source code. Except explicit open source licence (indicated Creative Commons / free), the "Fractionated Morse Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Fractionated Morse Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Fractionated Morse Cipher" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Fractionated Morse Cipher" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Fractionated Morse Cipher on dCode.fr [online website], retrieved on 2024-10-04,