Worked on Enigma, mainly changing how the notch positions are handled
[cipher-training.git] / cipherbreak.py
2016-12-21 Neil SmithDone 2016 8a
2016-12-16 Neil SmithImplemented Bifid ciphers, solved 2016 week 7
2016-11-08 Neil SmithAdded formatting to the logger
2016-11-08 Neil SmithCleaned logger initialisation
2016-03-27 Neil SmithAdded cat and wcat utility functions
2016-01-10 Neil SmithMore tweaking
2016-01-07 Neil SmithMoved cracking files into directories
2016-01-06 Neil SmithDone challenge 7, updated Amsco implementation to match
2014-12-08 Neil SmithAdded AMSCO ciphers, done challenge 7
2014-11-30 Neil SmithBreaking hill ciphers done, challenge 6 done.
2014-11-28 Neil SmithFixed railfence ciphers, done challenges 2014 4 and 5
2014-10-24 Neil SmithDone railfence ciphers
2014-10-09 Neil SmithTweaks
2014-07-13 Neil SmithMore tweaking to conform with linting
2014-07-13 Neil SmithTweaked in response to some linter suggestions
2014-07-05 Neil SmithAdded crib-based pocket engima breaking
2014-07-03 Neil SmithMerge branch 'development' of github.com:NeilNjae/ciphe...
2014-07-03 Neil SmithRearranged some code
2014-06-24 Neil SmithAdded hill-climbing for monoalphabetic substitution...
2014-06-23 Neil SmithFixed scytale cipher breaking to use column transpositi...
2014-06-23 Neil SmithFixed transposition cipher breaking, included extended...
2014-06-04 Neil SmithTweaked keyword_wrap_alphabet enumeration values
2014-06-01 Neil SmithIncluded Python 3.4's Enum for keyword alphabets, added...
2014-04-03 Neil SmithMoved the logger details to cipherbreak.py
2014-03-14 Neil SmithUpdated letter frequencies, updated test values to...
2014-03-07 Neil SmithAdded development files