cipher-tools.git
2017-10-04 Neil SmithMoved cracking files into directories
2017-10-04 Neil SmithChallenge 8a done, 8b not attempted
2017-10-04 Neil SmithDone challenge 7, updated Amsco implementation to match
2017-10-04 Neil SmithChallenge 6
2017-10-04 Neil SmithDone challenge 5
2017-10-04 Neil SmithResigned
2017-10-04 Neil SmithDone tasks 3 and 4
2017-10-04 Neil SmithStarted 2015 challenges
2017-10-04 Neil SmithMore work on challenge 8b
2017-10-04 Neil SmithSigned
2017-10-04 Neil SmithDone Cadenus ciphers, but not automated breaking
2017-10-04 Neil SmithAdded challenge 8 files, done 8a
2017-10-04 Neil SmithAdded keybase signature
2017-10-04 Neil SmithDeleted the Sublime project file
2017-10-04 Neil SmithAdded AMSCO ciphers, done challenge 7
2017-10-04 Neil SmithBreaking hill ciphers done, challenge 6 done.
2017-10-04 Neil SmithHill ciphers enciphering and deciphering done
2017-10-04 Neil SmithFixed railfence ciphers, done challenges 2014 4 and 5
2017-10-04 Neil SmithDone railfence ciphers
2017-10-04 Neil SmithStarted on challenge 4
2017-10-04 Neil SmithChallenge 3
2017-10-04 Neil SmithSolved 2014 challenges 1 and 2
2017-10-04 Neil SmithAdded 2014 challenge 1 and 2
2014-03-06 Neil SmithMoved ngrams
2014-03-06 Neil SmithAll breaking tests now pass
2014-03-05 Neil SmithChanged the break routines, no to make them all work...
2014-03-05 Neil SmithFinished the revision of norms, with the revised method...
2014-02-26 Neil SmithFinished for a bit
2014-02-12 Neil SmithInvestigation into unknown word probabilities
2014-02-12 Neil SmithTranspositions rewritten
2014-02-12 Neil SmithTransposition ciphers working
2014-02-12 Neil SmithFiddling with cracking dictionaries
2014-01-31 Neil SmithMerge branch 'transpositions' of git.njae.me.uk:nationa...
2014-01-31 Neil SmithVarious changes
2014-01-31 Neil SmithMerge branch 'transpositions' of git.njae.me.uk:nationa...
2014-01-31 Neil SmithChanged dictionary iterations
2014-01-27 Neil SmithFixed accent removal
2014-01-26 Neil SmithDone for the day
2014-01-26 Neil SmithMoving to a different machine
2014-01-19 Neil SmithDeleted old copy of 'find caesar break params'
2014-01-19 Neil SmithFixed typos, changed 'find parameters' output formatting
2014-01-18 Neil SmithTweaks, and record of a run
2014-01-18 Neil SmithNew version of find casesar break parameters
2014-01-17 Neil SmithCaesar parameter trials updated
2013-12-31 Neil SmithChallenges 6 and 7
2013-11-26 Neil SmithRenamed break.py to cipherbreak.py so it wasn't a reser...
2013-11-26 Neil SmithVigenere cipher breaking now with frequency analysis
2013-11-25 Neil SmithMerge branch 'master' into neil
2013-11-25 Neil SmithChanged norms.normalise to sum elements to one (e.g...
2013-11-22 Neil SmithTidyied imports, removed use of itertools.repeat
2013-11-22 Neil SmithFixed vigenere break tests
2013-11-22 Neil SmithSplit breaking routines out into a separate file. Colum...
2013-11-22 Neil SmithDone Vigenere ciphers and breaking wth a keyword dictio...
2013-11-21 Neil SmithAdded files for challenge 5
2013-11-20 Neil SmithUsing ngram length for scytale break
2013-11-20 Neil SmithMerge branch 'columns' into neil
2013-11-20 Neil SmithTidying
2013-11-20 Neil SmithTest for column transposition break now done
2013-11-19 Neil SmithMerge branch 'neil' of git.njae.me.uk:national-cipher...
2013-11-19 Neil SmithAdded Mona Lisa specific dictionary
2013-11-18 Neil SmithMerge branch 'neil' of git.njae.me.uk:national-cipher...
2013-11-18 Neil SmithTidyied use of flag in calling column transposition...
2013-11-18 Neil SmithUsed a list comprehension in transpositions_of, refacto...
2013-11-18 Neil SmithColumn transposition working, needs more tests
2013-11-17 Neil SmithColumn transposition written but untested
2013-11-14 Neil SmithDone challenge 4
2013-11-14 Neil SmithChanged sanitise and segment to cope with capital letters
2013-11-12 Neil SmithChanged frequencies procedure to use a Counter object
2013-11-09 Neil SmithAdded keyword dictionary eloise
2013-11-09 Neil SmithAdded challenge 3 files
2013-11-07 Neil SmithDone challenge 3, added list of solutions
2013-11-06 Neil SmithMore whitespace and line length tidying
2013-11-05 Neil SmithFew more whitespace tweaks
2013-11-05 Neil SmithFixed whitespace and line lengths
2013-11-04 Neil SmithComment tidying
2013-11-03 Neil SmithTuned default chunksize for keyword break
2013-11-03 Neil SmithMerge branch 'multiprocessing' into neil
2013-11-03 Neil SmithMultiprocessing now working
2013-11-03 Neil SmithNow using the built-in functools.lru_cache instead...
2013-11-03 Neil SmithMultiprocessing seems to work, but doesn't return a...
2013-10-29 Neil SmithDone scytale breaking
2013-10-29 Neil SmithScytale fixed by padding message during enciphering...
2013-10-25 Neil SmithScytale enciphering working, but have to think about...
2013-10-25 Neil SmithSimplified affine ciphers
2013-10-25 Neil SmithFixed typo
2013-10-25 Neil SmithDone affine ciphers and breaking them, done challenge 2
2013-10-25 Neil SmithTidied affine cipher and decipher
2013-10-25 Neil SmithAdded 2013 challenge 2 files
2013-10-25 Neil SmithAffine letter enciphering working
2013-10-24 Neil Smith2013 Challenge 2 done.
2013-10-23 Neil SmithAdded text splitting and combining functions
2013-10-20 Neil SmithAdded notes on using timeit
2013-10-19 Neil SmithIncreased recursion limit in segment.py
2013-10-19 Neil SmithRemoved needless parameter from segment.py
2013-10-19 Neil SmithSegmentation working, though hits recursion limit for...
2013-10-18 Neil SmithAdded another mode to keyword cipher.
2013-10-17 Neil SmithWord segmentation not working, but it's now late...
2013-10-17 Neil SmithAdded some test cases and refactored keyword cipher...
2013-10-17 Neil SmithTidied up ignored files
2013-10-17 Neil SmithMerge branch 'master' of git.njae.me.uk:national-cipher...
next