| 1 | """Simple Substitution Cipher, by Al Sweigart al@inventwithpython.com |
| 2 | A simple substitution cipher has a one-to-one translation for each |
| 3 | symbol in the plaintext and each symbol in the ciphertext. |
| 4 | More info at: https://en.wikipedia.org/wiki/Substitution_cipher |