> For the complete documentation index, see [llms.txt](https://www.ctfrecipes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.ctfrecipes.com/cryptography/mono-alphabetic-substitution.md).

# Mono-alphabetic substitution

**Mono-alphabetic substitution** is a simple substitution cipher where **each letter of the plaintext is substituted with a fixed corresponding letter** of the ciphertext, based on a single shared alphabet or a key.

It is considered to be easily broken due to the lack of complexity in the substitution process and the predictability of letter frequency patterns in the language used.
