cipher-training.git
2016-12-16 Neil SmithBifid ciphers from development branch solutions
2016-01-10 Neil SmithImported changes from development branch
2016-01-07 Neil SmithPulled sublime-project file from development
2016-01-07 Neil SmithUpdated code from development branch
2014-07-15 Neil SmithMerge branch 'temp-solutions' into solutions
2014-07-15 Neil SmithCaesar ciphers
2014-07-15 Neil SmithBreaking caesar ciphers
2014-07-15 Neil SmithAffine ciphers
2014-07-15 Neil SmithBreaking affine ciphers
2014-07-15 Neil SmithWord segmentation
2014-07-15 Neil SmithKeyword ciphers
2014-07-15 Neil SmithDropped P2l and P3l from language_models
2014-07-15 Neil SmithRemoved unnecessary imports
2014-07-15 Neil SmithBreaking keyword ciphers
2014-07-14 Neil SmithCaesar ciphers
2014-07-14 Neil SmithBreaking caesar ciphers
2014-07-14 Neil SmithAffine ciphers
2014-07-14 Neil SmithBreaking affine ciphers
2014-07-14 Neil SmithBreaking affine ciphers
2014-07-14 Neil SmithWord segmentation
2014-07-14 Neil SmithKeyword ciphers
2014-07-14 Neil SmithBreaking keyword ciphers
2014-07-14 Neil SmithImplementing and solving vigenere and beaufort ciphers
2014-07-14 Neil SmithMerging back into solutions
2014-07-14 Neil SmithHillclimbing to solve monosubstitution ciphers
2014-07-14 Neil SmithBreaking keyword ciphers
2014-07-14 Neil SmithTranspositon ciphers
2014-07-14 Neil SmithBreaking transpositon ciphers
2014-07-14 Neil SmithPocket enigma only
2014-07-13 Neil SmithMore tweaking to conform with linting
2014-07-13 Neil SmithMerge branch 'development' into solutions
2014-07-13 Neil SmithTweaked in response to some linter suggestions
2014-07-11 Neil SmithMerge branch 'development' into solutions
2014-07-10 Neil SmithTweaks to pocket enigma
2014-07-05 Neil SmithAdded crib-based pocket engima breaking
2014-07-05 Neil SmithAdded pocket engima enciphering and deciphering
2014-07-05 Neil SmithUpdated language_models to include trigrams
2014-07-03 Neil SmithMerge branch 'development' of github.com:NeilNjae/ciphe...
2014-07-03 Neil SmithRearranged some code
2014-07-02 Neil SmithIncorporated changes from presentation branch
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-06-01 Neil SmithMerge branch 'development' of github.com:NeilNjae/ciphe...
2014-05-21 Neil SmithExpanded the word list with the mona lisa words from...
2014-04-21 Neil SmithTrials for best metrics for affine cipher breaks
2014-04-03 Neil SmithMoved the logger details to cipherbreak.py
2014-03-14 Neil SmithUpdated letter frequencies, updated test values to...
2014-03-14 Neil SmithUpdated lettercount.py
2014-03-11 Neil SmithFixed bug in norms.cosine_similarity, updated caesar...
2014-03-10 Neil SmithAdded another test case
2014-03-10 Neil SmithUnaccent letters before enciphering
2014-03-10 Neil SmithUnaccent letters before enciphering
2014-03-08 Neil SmithFixed docstring typo
2014-03-08 Neil SmithCaesar cipher
2014-03-07 Neil SmithPulled across the sublime-project file
2014-03-07 Neil SmithUpdated .gitignore
2014-03-07 Neil SmithRevised recording and revising of caesar parameter...
2014-03-07 Neil SmithAdded development files
2014-03-07 Neil SmithUpdated .gitignore
2014-03-07 Neil SmithInitial commit of resource files
2014-03-07 NeilNjaeInitial commit