Skip to content

Rashicyber/Cryptoquip-Cryptoquote-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Substitution Cipher Solver

A simple Python script to decrypt messages encoded with a substitution cipher. It can help you get Cryptoquip Answer, Cryptoquote and other cryptogram puzzles.

Usage

  1. Modify the cipher_text and key_mapping in solver.py to suit your needs.
  2. Run the script: python solver.py

Example

Given a cipher text "Gsrh rh z hvxivg" and a key mapping "zyxwvutsrqponmlkjihgfedcba", the decrypted message is "This is a secret".

Requirements

  • Python 3.x

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages