Search for a tool
Fractionated Morse Cipher

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.

Results

Fractionated Morse Cipher -

Tag(s) : Substitution Cipher

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Fractionated Morse Cipher' tool for free! Thank you!

Fractionated Morse Cipher

Fractionated Morse Decoder

 



See also: Morse Code

Fractionated Morse Encoder

 



See also: Morse Code

Answers to Questions (FAQ)

How to encrypt using fractionated Morse cipher?

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.

ABCDEFGHIJKLMNOPQRSTUVWXYZ
.........---------||||||||
...---|||...---|||...---||
.-|.-|.-|.-|.-|.-|.-|.-|.-

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.

How to decrypt fractionated Morse cipher?

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.

How to recognize a fractionated Morse ciphertext?

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.

What are the variants of the fractionated Morse cipher?

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.

Source code

dCode retains ownership of the "Fractionated Morse Cipher" source code. Any algorithm for the "Fractionated Morse Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "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.) or any database download or API access for "Fractionated Morse Cipher" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Fractionated Morse Cipher" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/fractionated-morse
In a scientific article or book, the recommended bibliographic citation is: Fractionated Morse Cipher on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/fractionated-morse

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Fractionated Morse Cipher' tool for free! Thank you!


https://www.dcode.fr/fractionated-morse
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback