Done challenge 7
[cipher-tools.git] / cipherbreak.py
2017-11-30 Neil SmithTweaked logging
2017-11-27 Neil SmithGot hillclimbing and simulated annealing searches working
2017-11-17 Neil SmithDone challenge 6b, added some text formatting tools
2017-11-10 Neil SmithRefactored throughout to use pos() and unpos() rather...
2017-11-10 Neil SmithFully implemented Beaufort ciphers and breaking them
2017-10-24 Neil SmithImplemented polybius ciphers, updated challenge 3
2017-10-04 Neil SmithDone 2016 8a
2017-10-04 Neil SmithImplemented Bifid ciphers, solved 2016 week 7
2017-10-04 Neil SmithAdded formatting to the logger
2017-10-04 Neil SmithCleaned logger initialisation
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 SmithDone challenge 7, updated Amsco implementation to match
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 SmithFixed railfence ciphers, done challenges 2014 4 and 5
2017-10-04 Neil SmithDone railfence ciphers
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-01-26 Neil SmithDone for the day
2014-01-26 Neil SmithMoving to a different machine
2013-12-31 Neil SmithChallenges 6 and 7
2013-11-26 Neil SmithRenamed break.py to cipherbreak.py so it wasn't a reser...