Commit graph

21 commits

Author SHA1 Message Date
f8b7a7755c Update directory structure 2020-06-05 15:42:43 +02:00
2c26f4bbcc Find the most probable keysize using normalized edit distance 2020-06-05 15:28:55 +02:00
5b0ec4d3d8 Add README 2020-06-05 11:48:09 +02:00
f3a8d9c74f Add function to decode base64 2020-06-04 20:11:00 +02:00
b1c777d1ea Add test for hamming 2020-06-04 12:46:47 +02:00
6d471d2137 Add test for frequency_score 2020-06-04 12:43:12 +02:00
a47bcc8f9e Fix types in frequency_score 2020-06-04 12:07:01 +02:00
cd7c584e6f Change the way tests are run in CI 2020-06-04 11:27:55 +02:00
0ffbe42e9e Replace wrap-git by a simple git submodule 2020-06-04 11:18:38 +02:00
08dff12ac8 Add GitHub action 2020-06-04 11:06:38 +02:00
067ad59444 Add test for challenge 1 (hex to base64) 2020-06-04 10:53:44 +02:00
2fb3ea46fc Add testing infrastructure 2020-06-04 10:39:28 +02:00
886f1d45cb Add hamming distance function 2020-06-03 22:15:57 +02:00
55fba9cfd2 Solve challenge 5 2020-06-03 21:50:31 +02:00
27539840e3 Solve challenge 4 2020-06-03 21:20:38 +02:00
2503961778 Refactor frequency analysis 2020-06-03 19:20:26 +02:00
5a30f34558 Solve challenge 3 2020-06-02 22:37:52 +02:00
55d39b8625 Refactor hex_to_bytes 2020-06-02 21:36:42 +02:00
2a2c19be37 Solve challenge 2 2020-06-02 21:19:41 +02:00
90ec7de0ac Move useful functions to separate file 2020-06-02 21:10:32 +02:00
2d2cb64b8d Initial commit: challenge 1 2020-06-02 20:01:36 +02:00