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!
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.
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.
Sometimes a final letter is erroneous or appears in addition to the original message, this is due to the completion in trigrams during the encryption process.
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 online 'Fractionated Morse Cipher' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script or API access will be for free, same for Fractionated Morse Cipher download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!