Commit Graph

25 Commits

Author SHA1 Message Date
b9e3b5c2f5 Fixed bug where multiple operations before reset called threw error 2019-03-07 12:48:24 -05:00
b33f790243 Added propper error handling 2019-03-07 12:38:22 -05:00
80ebb77040 Updated some documentation 2019-03-07 12:38:10 -05:00
2db8752648 Fixed bug that cause an invalid grid string 2018-05-16 14:16:34 -04:00
d54b34f4c2 Added version information for all classes 2018-05-16 10:33:17 -04:00
5cc3b935c1 Fixed decoding bug that would cause incorrect messages to be output 2018-05-16 01:15:54 -04:00
0ff6ad9ce7 Fixed bug that would give invalid results with large offset 2018-05-14 21:49:32 -04:00
3d340762de Re-removed the clear checks for the class strings when adding to them 2018-05-14 15:47:33 -04:00
fec425ae29 Fixed to work correctly with new Vigenere class functions 2018-05-14 15:46:36 -04:00
c8c56ef159 Updated to fix errors with not clearing strings during encoding/decoding 2018-05-14 13:46:37 -04:00
f18ae19552 Fixed bug when attempting to encode/decode with a blank keyword 2018-05-13 23:09:30 -04:00
90dcd3412c Fixed warning about comparing signed and unsigned integer types 2018-05-13 22:26:42 -04:00
1a5556b045 Added documentation 2018-05-05 17:34:25 -04:00
411abe4547 Added new documentation 2018-05-05 17:13:51 -04:00
c9e5e97e17 Added new documentation 2018-05-05 16:28:10 -04:00
42382f56c0 Added new documentation 2018-05-05 16:04:40 -04:00
bd9e66f176 Updated to follow naming convetions from other ciphers 2018-05-05 15:43:42 -04:00
e03b6ae6fe Added new documentation 2018-05-05 15:32:43 -04:00
539e6c33ec Added new documentation 2018-05-05 15:13:19 -04:00
884dfb99ac Added new Autokey class for Autokey cipher 2018-05-03 11:37:59 -04:00
50a12f7a18 Created Morse Code encoder/decoder 2018-05-01 23:34:59 -04:00
59759f69bb Created class for Atbash cipher 2018-04-30 12:19:01 -04:00
1fbcbc2e31 Created the Vigenere class for Vigenere Ciphers 2018-04-30 00:58:11 -04:00
0b85e0b9f3 Added Playfair Cipher 2018-04-28 12:33:27 -04:00
3503a42e77 Added the Caesar Cipher to the program 2018-04-25 18:58:05 -04:00