Skip to content

0xEthamin/MCMC-decipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCMC decipher

Python script that breaks ciphers by substitution.

Usage

ciphered_text, in main.py, line 4, is the text to dechipher, you can generate yours with the programm cipher.py.

proust.txt is the reference text to calculate bigramms probabilities.
You can change it in main.py, line 11.

MAX_TEST is the number of iterations the programm will do to search the solution.

About

Python script that breaks ciphers by substitution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages