Tool for decoding / encoding with the Morbit number. The Morbit cipher is a variant of the Morse Fractioned code using a key that generates a numeric encryption alphabet.
Morbit Cipher - dCode
Tag(s) : Polygrammic 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!
Morbit encryption is an over-encryption of Morse code, adding polygramic substitution by fractionation.
Morbit encryption uses a numeric index (from 1 to 9) associated with pairs of morse characters indexed like this:
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
.. | .- | ./ | -. | -- | -/ | /. | /- | // |
The key is used to mix the index according to the alphabetical order of its letters.
Example: The keyword MORSECODE is associated with the code 568931724 by sorting the letters alphabetically CDEEMOORS and matching them to 1234567879 as:
Letters | M | O | R | S | E | C | O | D | E |
Order | 5 | 6 | 8 | 9 | 3 | 1 | 7 | 2 | 4 |
Bigrams | .. | .- | ./ | -. | -- | -/ | /. | /- | // |
The first step of encryption is to encode the original message in Morse code, the characters are separated by a slash / and the words are separated by double slash //.
Example: The message MORE BITS is encoded in Morse --/---/.-././/-.../../-/...
The second part of the encryption consists in splitting the Morse message into couples of 2 characters and to associate the corresponding digit in the numeric index made with the key.
Example:
-- | /- | -- | /. | -. | /. | // | -. | .. | /. | ./ | -/ | .. | ./ |
3 | 2 | 3 | 7 | 9 | 7 | 4 | 9 | 5 | 7 | 8 | 1 | 5 | 8 |
The encrypted message is therefore 32379749578158.
Morbit decryption requires knowing the key in order to generate the numerical index associated with morse character pairs.
Example: The key ALPHABETS gives the following index:
Letters | A | L | P | H | A | B | E | T | S |
Order | 1 | 6 | 7 | 5 | 2 | 3 | 4 | 9 | 8 |
Bigrams | .. | .- | ./ | -. | -- | -/ | /. | /- | // |
The first step in decryption is to replace each digit with its morse bigram equivalent.
Example: The message 1914592729 corresponds to the morse code --/---/.-./-.../../- :
1 | 9 | 1 | 4 | 5 | 9 | 2 | 7 | 2 | 9 |
-- | /- | -- | /. | -. | /- | .. | ./ | .. | /- |
The morse code obtained only needs to be translated via the classic Morse code to get the plain message.
Example: -- / --- / .-. / -... / .. / - translates to MORBIT
A Morbit encrypted message uses only digits from 1 (one) to 9 (nine).
The Morbit message is between 50% and 100% longer (approximately) than the original message.
The presence of a 9-letter word that can serve as a key is an important clue.
The adjective morbid is a paronym that can be a clue.
The key is an important element because it allows $ 9! = 362880 $ combinations of the numerical index.
A way to reduce this number of combinations is to know a part of the plain text in order to deduce the numerical index and the correspondence with the morse bigrams.
Also, several assumptions about the message can reduce the possibilities of the key:
— the appearance of 3 consecutive // 'is unlikely
— any sequence of more than 4 consecutive identical digits is unlikely
— any word of more than 50 Morse characters (without / spacer) is unlikely
The corresponding combinations can be reasonably eliminated.
Morbit is closer to the Fractionated Morse Code which is a kind of over-encryption.
dCode retains ownership of the "Morbit Cipher" source code. Any algorithm for the "Morbit Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Morbit 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 "Morbit 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.
The content of the page "Morbit 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:
In a scientific article or book, the recommended bibliographic citation is: Morbit Cipher on dCode.fr [online website], retrieved on 2025-04-16,