Skip to content

Given a dictionary and an encrypted string, find all possible decryptions which only contain English words.

Notifications You must be signed in to change notification settings

ariwbolton/substitution-cipher-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Substitution Cipher Breakers

Algorithms to break Substitution Ciphers.

  • monte_carlo_improved - An improved version of the Markov Chain Monte Carlo algorithm in historical/monte-carlo
  • historical - Very old algorithms that I wrote when I was first learning Python

About

Given a dictionary and an encrypted string, find all possible decryptions which only contain English words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages