| gronsfeld (20 March 2001) | index ../gronsfeld.py |
gronsfeld.py - the gronsfeld classical cipher for python.
Requires cipher.py by Tesla Coil <tescoil@irtc.net>
and (currently) ecipher.py by me.
This is the _numeric_ running-key gronsfeld.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __author__ = 'Sean Dwyer <ewe2@can.org.au>' __credits = 'cipher.py by Tesla Coil <tescoil@irtc.net>' __date__ = '20 March 2001' __file__ = './gronsfeld.py' __name__ = 'gronsfeld' __version = '$Revision: 1.5 $' | ||
| Author | ||
| Sean Dwyer <ewe2@can.org.au> | ||