A simple Python script to decrypt messages encoded with a substitution cipher. It can help you get Cryptoquip Answer, Cryptoquote and other cryptogram puzzles.
- Modify the
cipher_text
andkey_mapping
insolver.py
to suit your needs. - Run the script:
python solver.py
Given a cipher text "Gsrh rh z hvxivg" and a key mapping "zyxwvutsrqponmlkjihgfedcba", the decrypted message is "This is a secret".
- Python 3.x
MIT License