Tool to find a word encrypted with a simple substitution with a pattern. A word substituted by mono alphabetic cipher can be unsubstituted with a dictionary search (desubstitution).
Word Desubstitution/Pattern - 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!
A mono-alphabetical word substitution is an encryption method where each letter of the original word is replaced by a single letter in the encrypted word.
Example: If MESSAGE is encrypted TUNNIZU, then the letter E is always replaced by the letter U
To desubstitute an encrypted word by mono-alphabetic substitution, the user can use various techniques, including frequency analysis of letters, comparison with known words, or even the use of context if available.
The desubstitution of a single word, without a clue, must be based on the distribution of letters in the cipher word, specifically repeated and distinct letters in order to make a fingerprint/pattern.
Example: XYX is decomposed: one letter, then a second letter distinct from the first one, then the first letter again
With a fingerprint (idiomorph), it is possible to search in a dictionary for words with the same fingerprint and thus corresponding to a mono-alphabetic substitution.
Example: BOB, EVE or SMS can fit, but not CAB.
dCode can not find any result if the substitution is not monoalphabetic (ie it uses a unique alphabet, such a deranged alphabet) or if the word is not present in the dictionary.
The fingerprint (or pattern) of the word must be specific, for example, include repetitions of letters. Indeed, if there are no repeated letters, then many words can match.
The number of combinations of words is exponential and beyond the computation times exceed the minute. There are faster heuristics but they do not guarantee a result, dCode prefers to guarantee a result rather than not displaying it. To decipher a sentence, the monoalphabetic substitution tool is much faster.
dCode retains ownership of the "Word Desubstitution/Pattern" source code. Any algorithm for the "Word Desubstitution/Pattern" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Word Desubstitution/Pattern" 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 "Word Desubstitution/Pattern" 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 "Word Desubstitution/Pattern" 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: Word Desubstitution/Pattern on dCode.fr [online website], retrieved on 2025-04-25,