vigenere.py Code
this simple program implements the Vigenere cipher in python
Brought to you by:
jw718
File | Date | Author | Commit |
---|---|---|---|
README.txt | 2012-12-27 |
![]() |
[3aade1] First draft of files |
gpl-2.0.txt | 2012-12-27 |
![]() |
[3aade1] First draft of files |
vigenere.py | 2012-12-27 |
![]() |
[3aade1] First draft of files |
======================================== vigenere.py ======================================== This simple program implements a Vigenere cipher in python For details of this cipher see; http://en.wikipedia.org/wiki/Vigenere_cipher This cipher can be broken by frequency analysis, this is a toy project, and should not be used in situations where security is important.