Done challenge 3, added list of solutions
[cipher-tools.git] / 2013 / solutions.txt
diff --git a/2013/solutions.txt b/2013/solutions.txt
new file mode 100644 (file)
index 0000000..851fd43
--- /dev/null
@@ -0,0 +1,6 @@
+1a: caesar_decipher(c1a, 8)
+1b: caesar_decipher(c1b, 14)
+2a: affine_decipher(c2a, 3, 3, True)
+2b: caesar_decipher(c2b, 6)
+3a: affine_decipher(c3a, 7, 8, True)
+3b: keyword_decipher(c3b, 'louvigny', 2)