cipher-tools.git
2017-10-04 Neil SmithAdded formatting to the logger
2017-10-04 Neil SmithCleaned logger initialisation
2017-10-04 Neil Smith2016 challenge 3
2017-10-04 Neil SmithCleaner way of dealing with punctuation in C1b
2017-10-04 Neil SmithTidied Caesar and affine ciphers
2017-10-04 Neil SmithAdded tests for bombe
2017-10-04 Neil SmithAdded more special characters for unaccent
2017-10-04 Neil SmithStarted on 2016
2017-10-04 Neil SmithUpdated after tests with real Enigma machine
2017-10-04 Neil SmithAdded tests for enigma machine and bombe
2017-10-04 Neil SmithTweaks
2017-10-04 Neil SmithAdded bombe
2017-10-04 Neil SmithConverted Enigma notebook to Python file, included...
2017-10-04 Neil SmithUpdated engima machine, refactored, added tests
2017-10-04 Neil SmithBuilt enigma machine
2017-10-04 Neil SmithAdded cat and wcat utility functions
2017-10-04 Neil SmithMore tweaking
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...
next