c2b8c33b05ad6008f2c18c8c7e940090d348668d
[cipher-tools.git] / 2013 / solutions.txt
1 1a: caesar_decipher(c1a, 8)
2 1b: caesar_decipher(c1b, 14)
3 2a: affine_decipher(c2a, 3, 3, True)
4 2b: caesar_decipher(c2b, 6)
5 3a: affine_decipher(c3a, 7, 8, True)
6 3b: keyword_decipher(c3b, 'louvigny', 2)
7 4a: keyword_decipher(c4a, 'montal', 2)
8 4b: keyword_decipher(c4b, 'salvation', 2)
9