log

age author description
Wed, 30 May 2012 19:16:22 -0500 Brian Neal Created a setup.py using distutils.
Tue, 29 May 2012 17:30:49 -0500 Brian Neal Update the README with an example command-line invocation.
Tue, 29 May 2012 17:21:16 -0500 Brian Neal Correct name of command-line argument for key file.
Tue, 29 May 2012 17:12:42 -0500 Brian Neal First cut at a command-line app to encrypt/decrypt.
Tue, 29 May 2012 12:43:17 -0500 Brian Neal EnigmaMachine.from_key_sheet can now take a string for rotor settings.
Mon, 28 May 2012 20:43:31 -0500 Brian Neal Slight tweak to test code.
Mon, 28 May 2012 19:36:08 -0500 Brian Neal Again with the typos.
Mon, 28 May 2012 19:35:06 -0500 Brian Neal Fix typo in README.txt.
Mon, 28 May 2012 19:29:55 -0500 Brian Neal Wrote a test using the Kriegsmarine example in Dirk Rijmenants'
Mon, 28 May 2012 16:37:22 -0500 Brian Neal Added a README and an example program.
Sun, 27 May 2012 22:47:53 -0500 Brian Neal Remove some unneeded conversions to string.
Sun, 27 May 2012 22:20:58 -0500 Brian Neal We can now decrypt an actual encoded message from WWII!
Sun, 27 May 2012 21:53:47 -0500 Brian Neal Fix for the Rotor.notch_over_pawl() bug.
Sun, 27 May 2012 21:20:34 -0500 Brian Neal Discovered a notch bug. Saving everything before trying to fix it.