Skip to content

SmithE65/Decipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decipher

Attempts to decipher simple, single substitution ciphers by pattern matching against a lit of known words.

The current implementation is very much code vomit and proof of concept. Next steps include factoring in word frequency, testing for articles and short, common words first, and then an architectural refactoring.

Console app takes two files as arguments

  1. a word list w/ line separated words (ex. https://www.mit.edu/~ecprice/wordlist.10000 or there are some 500k+ lists on github)
  2. a text file with the ciphered text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages