Commit Graph

46 Commits

Author SHA1 Message Date
9b9bdccba2 Merge branch 'Matthew-Ellison/created-beaufort-cipher-1645653123609' into develop 2022-03-01 18:55:10 -05:00
93012f682e Merge branch 'Matthew-Ellison/added-one-time-pad-cipher-1645644781440' into develop 2022-03-01 18:54:22 -05:00
9b8d4f15e1 Created Beaufort cipher 2022-02-23 21:52:03 +00:00
750e3c774e Added One Time Pad cipher 2022-02-23 19:33:01 +00:00
7de2eb94db Updated failure messages 2022-02-23 19:32:19 +00:00
62e51d0a80 Created Substitution cipher 2022-02-22 22:13:46 +00:00
88bdef0dc4 Updated tests 2022-02-22 18:44:17 +00:00
294cc74c9f Updated tests 2022-02-22 18:43:45 +00:00
a230fedd7d Updated tests 2022-02-22 18:42:47 +00:00
a12115658a Updated tests 2022-02-22 18:42:11 +00:00
eca3c130ed Finished implementing Hill cipher 2022-02-17 21:39:48 +00:00
1ec8de9ced Started Hill cipher 2022-02-11 22:08:59 +00:00
24ee26747c TestColumnar.java edited online with Bitbucket 2022-01-31 22:41:21 +00:00
9f3e7ff7a3 TestAffine.java created online with Bitbucket 2022-01-27 15:43:49 +00:00
3273aa77af TestADFGVX.java created online with Bitbucket 2022-01-27 15:39:38 +00:00
57f5d350da Added ADFGX cipher 2022-01-25 23:26:05 -05:00
87c5eb093e Added exceptions 2022-01-25 23:25:38 -05:00
c65947a630 Updated Atbash to run faster 2022-01-25 23:23:49 -05:00
05024f931f Added Columnar 2022-01-25 23:22:28 -05:00
9b4da1f226 Columnar started 2022-01-18 23:14:33 -05:00
79d064f0b7 Added Baconian cipher 2022-01-12 19:44:28 -05:00
0271fbe23c Replaced generic exceptions with custom exceptions 2022-01-09 19:04:43 -05:00
21fbfd4152 Changed binary to use any base 2022-01-08 15:01:26 -05:00
f4d4585bc6 Added binary encoding 2022-01-08 14:05:34 -05:00
b9ccfce5a2 Moved classes to new folders 2022-01-07 21:08:16 -05:00
36ffc9fe0f Moved classes to website appropriate directory 2022-01-04 23:02:35 -05:00
64c1767969 Moved exception class 2022-01-04 22:55:45 -05:00
7987df7635 Added Polybius Square implementation 2022-01-04 22:47:28 -05:00
cb7bf18836 Fixed typos 2022-01-04 22:47:14 -05:00
97f1cd4ad6 Finished Playfair cipher 2022-01-04 02:46:58 -05:00
9d78216d62 Playfair started 2021-12-31 00:27:37 -05:00
4b3d9b3261 Created autokey cipher 2021-12-30 23:16:46 -05:00
d37b3fc35a Fixed typos 2021-12-30 23:16:27 -05:00
931594d5fa Updated comments 2021-12-30 19:15:41 -05:00
b79e19e59b Added encoding options 2021-12-30 18:05:24 -05:00
feb5047d2a Added encryption options 2021-12-30 16:20:22 -05:00
05bcb03536 Added encryption options 2021-12-30 16:20:12 -05:00
cf183c1bda Merge 2021-12-30 16:07:16 -05:00
11c06657a5 Atbash chaptial transform started 2021-12-27 12:21:33 -05:00
6c40edbdfe Added options to leave whitespace and capitals 2021-12-25 14:12:59 -05:00
a6a30f38a9 Added Morse code 2021-07-28 20:57:49 -04:00
a142b679a9 Added Vigenere cipher 2021-07-26 00:58:13 -04:00
5963acc92e Started using stringbuilder for efficiency 2021-07-26 00:30:37 -04:00
300a3acd06 Atbash cipher implemented 2021-07-25 16:59:48 -04:00
23c58a6fdc Updated test message 2021-07-25 16:59:32 -04:00
4f8b440c59 Caesar cipher is implemented 2021-07-25 15:57:53 -04:00