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. 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.

Cite dCode

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, 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
© 2024 dCode — El 'kit de herramientas' definitivo para resolver todos los juegos/acertijos/geocaching/CTF.
 
Feedback