Skip to content

eppeters/devigicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devigicode

vigenere cipher decoder

Summary

To use devigicode in its current stage, you must know the keyword length of the Vigènere enciphered text.

devigicode uses a given key length to return a number of the most probable plaintexts for a given ciphertext. The possible decryptions are scored by how many words in the words.txt they contain. So, for example, if you have set the program to print 5 "decryptions," it may print 15 possible decryptions (for example, 3 containing 10 words, 5 containing 2 words, and 8 containing 1 word).

About

A tiny little fun vigenere cipher decoder in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages