https://github.com/vhbelvadi/cryptogramsolver
An engine to solve substitution ciphers, built with python. Currently a work in progress.
https://github.com/vhbelvadi/cryptogramsolver
cipher cryptogram python
Last synced: 8 months ago
JSON representation
An engine to solve substitution ciphers, built with python. Currently a work in progress.
- Host: GitHub
- URL: https://github.com/vhbelvadi/cryptogramsolver
- Owner: vhbelvadi
- License: gpl-3.0
- Created: 2021-05-29T16:23:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T14:58:57.000Z (over 3 years ago)
- Last Synced: 2025-04-13T13:37:13.032Z (10 months ago)
- Topics: cipher, cryptogram, python
- Language: Python
- Homepage:
- Size: 14.9 MB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptogram Solver
### A substitution cipher solver built with python.
A ‘cryptoquip’ or ‘cryptogram’ is a substitution cipher, commonly found in newspapers, where a cipher is accompanied by a pair of starter clue letters weilding a one-to-one relationship between the cipher and the solution and the reverse relationship is not necessarily true. Any approach to a solution involves sound deduction or trial and error.