Commit Graph

15 Commits

Author SHA1 Message Date
Dan Buch
a7a732e1f9 referencing wikipedia entry in setup info 2009-11-27 23:23:45 -05:00
Dan Buch
60cb6b67d4 ignoring .coverage file(s) 2009-11-27 23:12:33 -05:00
Dan Buch
feb7a29b19 removing unused code branch, brought test coverage up to 100% :) 2009-11-27 23:12:19 -05:00
Dan Buch
5fbb4bfd72 finished implementing encode and decode funcs 2009-11-27 15:33:02 -05:00
Dan Buch
91b711bea6 filling in tests for creation of cipherlines from pad+text and text from cipher-pad 2009-11-27 14:40:54 -05:00
Dan Buch
76437746a2 fixed determination of pad/text/cipher lines by number 2009-11-27 13:53:24 -05:00
Dan Buch
ca11fa5f32 replacing magic numbers with consts, opting for list-based rather than string-based stuff in most places 2009-11-26 08:44:05 -05:00
Dan Buch
8cf3df0e3e s/cypher/cipher/g ... (sigh) I must have been sleepy :P 2009-11-26 08:42:57 -05:00
Dan Buch
40d222c164 returning a list from padfill to cut down on all the str.join ops 2009-11-26 08:30:33 -05:00
Dan Buch
998bb596ef starting to implement a pad filler + tests 2009-11-25 23:12:55 -05:00
Dan Buch
1b94d6a463 adding __name__ == "__main__" magic to run test suite with just unittest 2009-11-25 20:54:37 -05:00
Dan Buch
5023469466 adding test to make sure every second and third line on a blank pad is empty 2009-11-25 20:53:04 -05:00
Dan Buch
dca18ca022 implemented the creation of random one-time pads of specified length, defaulting to width of 72 2009-11-25 20:22:41 -05:00
Dan Buch
a2ef4ba0b1 first failing version :) 2009-11-25 17:10:32 -05:00
Dan Buch
fc7f35452a init 2009-11-25 16:52:28 -05:00