Skip to content

VigenereCipher class written in Python. The cipher was originally developed by itialian cryptographer Giovan Battista Bellaso. Also dubbed "the indecipherable cipher."

Notifications You must be signed in to change notification settings

jtcass01/VigenereCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VigenereCipher

VigenereCipher class written for Python2 and Python3. It was written in both due to the differences in encoding/decoding between Python2 and Python3. The addition of encoding/decoding functionality allows the cipher to work with multiple alphabets and therefore multiple languages outside of that represented by the ascii system. Remember, you can always leave/add additional characters to an alphabet to increase the complexity of the cipher.

The cipher was originally developed by itialian cryptographer Giovan Battista Bellaso. Also dubbed "the indecipherable cipher."

About

VigenereCipher class written in Python. The cipher was originally developed by itialian cryptographer Giovan Battista Bellaso. Also dubbed "the indecipherable cipher."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages