Added Mona Lisa specific dictionary
authorNeil Smith <neil.github@njae.me.uk>
Tue, 19 Nov 2013 07:36:13 +0000 (07:36 +0000)
committerNeil Smith <neil.github@njae.me.uk>
Tue, 19 Nov 2013 07:36:13 +0000 (07:36 +0000)
2013/mona-lisa-words.txt [new file with mode: 0644]
2013/solutions.txt

diff --git a/2013/mona-lisa-words.txt b/2013/mona-lisa-words.txt
new file mode 100644 (file)
index 0000000..0ce029c
--- /dev/null
@@ -0,0 +1,23 @@
+samothrace
+paume
+musees
+musee
+valenay
+jeu
+montal
+montauban
+louvigny
+abbaye
+curated
+jaujard
+jahan
+loc
+albinguillot
+dieu
+reinstallation
+koblenz
+fonkenell
+vaux
+laure
+guillaume
+chambord
index c2b8c33b05ad6008f2c18c8c7e940090d348668d..434832b25e767411175c4ec70091e1e71818b4d2 100644 (file)
@@ -3,6 +3,8 @@
 2a: affine_decipher(c2a, 3, 3, True)
 2b: caesar_decipher(c2b, 6)
 3a: affine_decipher(c3a, 7, 8, True)
+# with open('2013/mona-lisa-words.txt') as f: mona_lisa_words = [line.rstrip() for line in f]
+# keyword_break(c4a, wordlist=mona_lisa_words)
 3b: keyword_decipher(c3b, 'louvigny', 2)
 4a: keyword_decipher(c4a, 'montal', 2)
 4b: keyword_decipher(c4b, 'salvation', 2)