b1gw00d / substitution_cipher_solver

Simple substitution cipher solver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Substitution Cipher Solver

Simple substitution cipher solver. It not uses letter statistics as most do, instead it uses intellectual algo based on wordlist.

Usage

  1. Copy encrypted text into encrypted.txt
  2. In decrypt.py set MAX_GOODNESS_LEVEL with number 1 - 7, how many word dicts to use(see words/ for wordlists)
  3. In decrypt.py set MAX_BAD_WORDS_RATE with number 0.0 - 1.0, the max rate of bad words
  4. Launch ./decrypt.py

About

Simple substitution cipher solver.


Languages

Language:Python 100.0%