Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2012-12-27 | 383 Bytes | |
vigenere.py | 2012-12-27 | 2.8 kB | |
gpl-2.0.txt | 2012-12-27 | 18.1 kB | |
Totals: 3 Items | 21.3 kB | 0 |
======================================== 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.