Tool to decrypt / encrypt with Pollux. Pollux cipher is a super-encryption system (tomogrammic) based on Morse code and replacing the dashes, dots and space by alphanumeric characters.
Pollux 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!
The Pollux cipher uses Morse code and a tomogrammic overcipher that replaces the dashes and dots of Morse code with alphanumeric characters.
The plain message is first encoded in Morse, then the 3 Morse symbols (Dot, Dash and Space) are encoded via a predefined correspondence table.
Example:
Dot (.) | 0,4,7 |
---|---|
Dash (-) | 1,5,8 |
Space ( ) | 2,3,6,9 |
Example:
Dot (.) | 0378AEFMOPQXYZ |
---|---|
Dash (-) | 145BCGJNRTW |
Space ( ) | 269DHIKLSUV |
Example: Encrypt CASTOR by writing it in Morse then transcode:
Plaintext | C A S T O R |
---|---|
Morse code | -.-. .- ... - - - .-. |
Encrypted text | 4PGM9F1VQEMHCUB1B28BP |
The character is randomly selected from the list of possible characters.
Pollux decryption requires the knowledge of the correspondence between the numeric / alphanumeric characters and the dashes / points / spaces from the Morse code.
Example: Decrypt 78559590317270898307655205347035412184970 from the table
Dot (.) | 0,4,7 |
---|---|
Dash (-) | 1,5,8 |
Space ( ) | 2,3,6,9 |
The Morse code is reconstructed and can be translated into plain text.
Example: The corresponding Morse code is -... . - .- / --. . -- .. -. --- .-. ..- -- and the plain message is 'BETA GEMINORUM' (the scientific name of the Pollux star)
Decoding a Pollux message without a Morse character-to-symbol correspondence table is extremely difficult, but not impossible.
It is possible to use a probabilistic approach called MCMC (Monte Carlo Markov Chain). This method does not attempt to test all possible correspondences (which would be practically impossible), but rather to progressively explore the most likely configurations using a random optimization process.
— Starting from an initial (and often random) correspondence between the ciphertext and the Morse symbols.
— Decode the text according to this correspondence and evaluate the plausibility of the result (letter frequency, consistent words, etc.).
— Modify the correspondence slightly (by swapping a few symbols), re-evaluate the result, and if it is better, keep it; otherwise, try another modification.
By repeating this process thousands of times, the system converges towards the most plausible correspondence and thus towards the plaintext.
dCode applies this method but it does not always guarantee the exact solution (especially if the message is less than a hundred characters and the calculation time is limited), but it often allows to find at least a text close to the original message.
A Pollux encrypted message will have a minimum coincidence index (due to polygrammic encrption and the characters chosen randomly). Cryptanalysis is therefore difficult.
Morse code does not usually have two consecutive spaces, and it is rare to find long sequences of dots or dashes. Also the text should not start with space because the first space character should be in position 2, 3, 4 or even 5.
Any reference to mythology, Dioscuri (Castor and Pollux) is a clue.
Any reference to the Manège Enchanté (French TV series, with Pollux the dog) is a clue.
The Pollux cipher was popularized in some recreational cryptography publications in the 20th century. Its exact authorship remains unknown.
dCode retains ownership of the "Pollux Cipher" source code. Any algorithm for the "Pollux Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Pollux 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 "Pollux Cipher" or any other element are not public (except explicit open source licence). 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 "Pollux Cipher" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license).
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: Pollux Cipher on dCode.fr [online website], retrieved on 2025-10-15,