ecipher (version 1.6, 21 March 2001) | index ../ecipher.py |
ecipher.py - useful functions for classical cryptography.
This module is my adjunct to cipher.py by Tesla Coil
<tescoil@irtc.net> for the ciphers I added. Some are specific
to polyalphabetic ciphers, some are generalized for classical
cryptographic needs, like nulls.
Modules | ||||||
|
Functions | ||
|
Data | ||
__author__ = 'Sean Dwyer <ewe2@can.org.au>' __credits__ = 'cipher.py by Tesla Coil <tescoil@irtc.net>.\012Doug...UG@oceanic.net> for the keyword repetition code.\012' __date__ = '21 March 2001' __file__ = './ecipher.pyc' __name__ = 'ecipher' __version__ = '$Revision: 1.7 $' |
Author | ||
Sean Dwyer <ewe2@can.org.au> |
Credits | ||
cipher.py by Tesla Coil <tescoil@irtc.net>. Doug Stanfield <DOUG@oceanic.net> for the keyword repetition code. |