cipher-tools.git
6 years agoBrought in use of formatting tools built for challenge 6
Neil Smith [Fri, 17 Nov 2017 11:21:13 +0000 (11:21 +0000)]
Brought in use of formatting tools built for challenge 6

6 years agoDone challenge 6b, added some text formatting tools
Neil Smith [Fri, 17 Nov 2017 11:20:40 +0000 (11:20 +0000)]
Done challenge 6b, added some text formatting tools

6 years agoAdded challenge 6 ciphertexts
Neil Smith [Thu, 16 Nov 2017 15:57:31 +0000 (15:57 +0000)]
Added challenge 6 ciphertexts

6 years agoFinally found the key hidden in part 5a
Neil Smith [Fri, 10 Nov 2017 17:11:59 +0000 (17:11 +0000)]
Finally found the key hidden in part 5a

6 years agoRefactored throughout to use pos() and unpos() rather than explict arithmetic on...
Neil Smith [Fri, 10 Nov 2017 15:42:41 +0000 (15:42 +0000)]
Refactored throughout to use pos() and unpos() rather than explict arithmetic on character codes

6 years agoFully implemented Beaufort ciphers and breaking them
Neil Smith [Fri, 10 Nov 2017 15:35:08 +0000 (15:35 +0000)]
Fully implemented Beaufort ciphers and breaking them

6 years agoReimplementing Beaufort ciphers
Neil Smith [Fri, 10 Nov 2017 12:51:38 +0000 (12:51 +0000)]
Reimplementing Beaufort ciphers

6 years agoDone 2017 challenge 5
Neil Smith [Fri, 10 Nov 2017 09:08:35 +0000 (09:08 +0000)]
Done 2017 challenge 5

6 years agoAdded a text packing function
Neil Smith [Fri, 3 Nov 2017 08:48:28 +0000 (08:48 +0000)]
Added a text packing function

6 years agoDone challenge 4
Neil Smith [Thu, 2 Nov 2017 16:52:21 +0000 (16:52 +0000)]
Done challenge 4

6 years agoImplemented polybius ciphers, updated challenge 3
Neil Smith [Tue, 24 Oct 2017 09:37:04 +0000 (10:37 +0100)]
Implemented polybius ciphers, updated challenge 3

6 years agoUpdated letter counts and tests based on it.
Neil Smith [Tue, 24 Oct 2017 09:13:49 +0000 (10:13 +0100)]
Updated letter counts and tests based on it.

6 years agoWork on polybus cipher procedures
Neil Smith [Fri, 20 Oct 2017 20:37:38 +0000 (21:37 +0100)]
Work on polybus cipher procedures

6 years agoDone challenge 3b
Neil Smith [Thu, 19 Oct 2017 22:03:38 +0000 (23:03 +0100)]
Done challenge 3b

6 years agoChallenge 3a done
Neil Smith [Thu, 19 Oct 2017 15:23:44 +0000 (16:23 +0100)]
Challenge 3a done

6 years agoDone challenge 2
Neil Smith [Thu, 12 Oct 2017 17:20:29 +0000 (18:20 +0100)]
Done challenge 2

6 years agoCaesar cipher spreadsheets updated
Neil Smith [Thu, 12 Oct 2017 17:19:24 +0000 (18:19 +0100)]
Caesar cipher spreadsheets updated

6 years agoMerge branch 'master' of git.njae.me.uk:national-cipher-challenge
Neil Smith [Thu, 5 Oct 2017 16:54:10 +0000 (17:54 +0100)]
Merge branch 'master' of git.njae.me.uk:national-cipher-challenge

6 years agoAdded spreadsheet for solving caesar ciphers
Neil Smith [Thu, 5 Oct 2017 16:54:03 +0000 (17:54 +0100)]
Added spreadsheet for solving caesar ciphers

6 years agoChanged sublime project file
Neil Smith [Thu, 5 Oct 2017 16:53:38 +0000 (17:53 +0100)]
Changed sublime project file

6 years agoAdded 2017 challenge 1
Neil Smith [Thu, 5 Oct 2017 14:24:12 +0000 (15:24 +0100)]
Added 2017 challenge 1

6 years agoWorked on Enigma, mainly changing how the notch positions are handled
Neil Smith [Tue, 12 Sep 2017 15:18:57 +0000 (16:18 +0100)]
Worked on Enigma, mainly changing how the notch positions are handled

6 years agoDone 2016 8a
Neil Smith [Wed, 21 Dec 2016 17:08:56 +0000 (17:08 +0000)]
Done 2016 8a

6 years agoImplemented Bifid ciphers, solved 2016 week 7
Neil Smith [Fri, 16 Dec 2016 15:23:02 +0000 (15:23 +0000)]
Implemented Bifid ciphers, solved 2016 week 7

6 years agoDone 2016 challenge 6
Neil Smith [Fri, 25 Nov 2016 11:18:06 +0000 (11:18 +0000)]
Done 2016 challenge 6

6 years agoDone 2016 challenge 5
Neil Smith [Fri, 18 Nov 2016 17:45:07 +0000 (17:45 +0000)]
Done 2016 challenge 5

6 years ago2016 challenge 4
Neil Smith [Mon, 14 Nov 2016 17:47:43 +0000 (17:47 +0000)]
2016 challenge 4

6 years agoAdded logging, removed additional implementation of bombe from engima.py
Neil Smith [Tue, 8 Nov 2016 11:33:23 +0000 (11:33 +0000)]
Added logging, removed additional implementation of bombe from engima.py

6 years agoAdded formatting to the logger
Neil Smith [Tue, 8 Nov 2016 11:09:24 +0000 (11:09 +0000)]
Added formatting to the logger

6 years agoCleaned logger initialisation
Neil Smith [Tue, 8 Nov 2016 11:00:23 +0000 (11:00 +0000)]
Cleaned logger initialisation

6 years ago2016 challenge 3
Neil Smith [Fri, 4 Nov 2016 14:09:43 +0000 (14:09 +0000)]
2016 challenge 3

6 years agoCleaner way of dealing with punctuation in C1b
Neil Smith [Sun, 23 Oct 2016 13:08:09 +0000 (14:08 +0100)]
Cleaner way of dealing with punctuation in C1b

6 years agoTidied Caesar and affine ciphers
Neil Smith [Wed, 15 Jun 2016 19:46:24 +0000 (20:46 +0100)]
Tidied Caesar and affine ciphers

6 years agoAdded tests for bombe
Neil Smith [Fri, 10 Jun 2016 09:41:30 +0000 (10:41 +0100)]
Added tests for bombe

6 years agoAdded more special characters for unaccent
Neil Smith [Fri, 21 Oct 2016 12:33:30 +0000 (13:33 +0100)]
Added more special characters for unaccent

6 years agoStarted on 2016
Neil Smith [Fri, 21 Oct 2016 12:32:52 +0000 (13:32 +0100)]
Started on 2016

6 years agoUpdated after tests with real Enigma machine
Neil Smith [Sat, 4 Jun 2016 20:55:02 +0000 (21:55 +0100)]
Updated after tests with real Enigma machine

6 years agoAdded tests for enigma machine and bombe
Neil Smith [Fri, 3 Jun 2016 20:00:12 +0000 (21:00 +0100)]
Added tests for enigma machine and bombe

6 years agoTweaks
Neil Smith [Fri, 20 May 2016 10:18:25 +0000 (11:18 +0100)]
Tweaks

6 years agoAdded bombe
Neil Smith [Tue, 17 May 2016 10:58:12 +0000 (11:58 +0100)]
Added bombe

6 years agoConverted Enigma notebook to Python file, included tests as doctest
Neil Smith [Mon, 16 May 2016 10:38:07 +0000 (11:38 +0100)]
Converted Enigma notebook to Python file, included tests as doctest

6 years agoUpdated engima machine, refactored, added tests
Neil Smith [Sun, 15 May 2016 22:45:52 +0000 (23:45 +0100)]
Updated engima machine, refactored, added tests

6 years agoBuilt enigma machine
Neil Smith [Sat, 14 May 2016 07:26:16 +0000 (08:26 +0100)]
Built enigma machine

6 years agoAdded cat and wcat utility functions
Neil Smith [Sun, 27 Mar 2016 12:16:30 +0000 (13:16 +0100)]
Added cat and wcat utility functions

6 years agoMore tweaking
Neil Smith [Sun, 10 Jan 2016 15:35:04 +0000 (15:35 +0000)]
More tweaking

6 years agoMoved cracking files into directories
Neil Smith [Thu, 7 Jan 2016 16:39:43 +0000 (16:39 +0000)]
Moved cracking files into directories

6 years agoChallenge 8a done, 8b not attempted
Neil Smith [Wed, 6 Jan 2016 20:52:58 +0000 (20:52 +0000)]
Challenge 8a done, 8b not attempted

6 years agoDone challenge 7, updated Amsco implementation to match
Neil Smith [Wed, 6 Jan 2016 18:45:44 +0000 (18:45 +0000)]
Done challenge 7, updated Amsco implementation to match

6 years agoChallenge 6
Neil Smith [Fri, 27 Nov 2015 17:45:16 +0000 (17:45 +0000)]
Challenge 6

6 years agoDone challenge 5
Neil Smith [Fri, 20 Nov 2015 15:44:00 +0000 (15:44 +0000)]
Done challenge 5

6 years agoResigned
Neil Smith [Sun, 15 Nov 2015 21:15:33 +0000 (21:15 +0000)]
Resigned

6 years agoDone tasks 3 and 4
Neil Smith [Sun, 15 Nov 2015 21:12:59 +0000 (21:12 +0000)]
Done tasks 3 and 4

6 years agoStarted 2015 challenges
Neil Smith [Fri, 16 Oct 2015 08:49:42 +0000 (09:49 +0100)]
Started 2015 challenges

6 years agoMore work on challenge 8b
Neil Smith [Mon, 23 Feb 2015 09:11:46 +0000 (09:11 +0000)]
More work on challenge 8b

6 years agoSigned
Neil Smith [Mon, 29 Dec 2014 22:29:29 +0000 (22:29 +0000)]
Signed

6 years agoDone Cadenus ciphers, but not automated breaking
Neil Smith [Mon, 29 Dec 2014 22:24:54 +0000 (22:24 +0000)]
Done Cadenus ciphers, but not automated breaking

6 years agoAdded challenge 8 files, done 8a
Neil Smith [Fri, 19 Dec 2014 14:42:48 +0000 (14:42 +0000)]
Added challenge 8 files, done 8a

6 years agoAdded keybase signature
Neil Smith [Wed, 17 Dec 2014 03:48:13 +0000 (03:48 +0000)]
Added keybase signature

6 years agoDeleted the Sublime project file
Neil Smith [Mon, 8 Dec 2014 20:09:47 +0000 (20:09 +0000)]
Deleted the Sublime project file

# Conflicts:
# cipher.sublime-project

6 years agoAdded AMSCO ciphers, done challenge 7
Neil Smith [Mon, 8 Dec 2014 17:08:53 +0000 (17:08 +0000)]
Added AMSCO ciphers, done challenge 7

6 years agoBreaking hill ciphers done, challenge 6 done.
Neil Smith [Sun, 30 Nov 2014 16:04:43 +0000 (16:04 +0000)]
Breaking hill ciphers done, challenge 6 done.

6 years agoHill ciphers enciphering and deciphering done
Neil Smith [Sun, 30 Nov 2014 12:32:39 +0000 (12:32 +0000)]
Hill ciphers enciphering and deciphering done

6 years agoFixed railfence ciphers, done challenges 2014 4 and 5
Neil Smith [Fri, 28 Nov 2014 15:13:35 +0000 (15:13 +0000)]
Fixed railfence ciphers, done challenges 2014 4 and 5

6 years agoDone railfence ciphers
Neil Smith [Fri, 24 Oct 2014 07:53:36 +0000 (08:53 +0100)]
Done railfence ciphers

6 years agoStarted on challenge 4
Neil Smith [Thu, 23 Oct 2014 15:44:07 +0000 (16:44 +0100)]
Started on challenge 4

6 years agoChallenge 3
Neil Smith [Wed, 22 Oct 2014 19:08:55 +0000 (20:08 +0100)]
Challenge 3

6 years agoSolved 2014 challenges 1 and 2
Neil Smith [Mon, 13 Oct 2014 09:53:20 +0000 (10:53 +0100)]
Solved 2014 challenges 1 and 2

6 years agoAdded 2014 challenge 1 and 2
Neil Smith [Mon, 13 Oct 2014 09:26:32 +0000 (10:26 +0100)]
Added 2014 challenge 1 and 2

10 years agoMoved ngrams
Neil Smith [Thu, 6 Mar 2014 16:17:50 +0000 (11:17 -0500)]
Moved ngrams

10 years agoAll breaking tests now pass
Neil Smith [Thu, 6 Mar 2014 02:58:51 +0000 (21:58 -0500)]
All breaking tests now pass

10 years agoChanged the break routines, no to make them all work again
Neil Smith [Wed, 5 Mar 2014 21:37:40 +0000 (16:37 -0500)]
Changed the break routines, no to make them all work again

10 years agoFinished the revision of norms, with the revised method for finding the best paramete...
Neil Smith [Wed, 5 Mar 2014 18:17:14 +0000 (13:17 -0500)]
Finished the revision of norms, with the revised method for finding the best parameters for breaking caesar ciphers

10 years agoFinished for a bit
Neil Smith [Wed, 26 Feb 2014 21:03:50 +0000 (21:03 +0000)]
Finished for a bit

10 years agoInvestigation into unknown word probabilities
Neil Smith [Wed, 12 Feb 2014 22:24:25 +0000 (22:24 +0000)]
Investigation into unknown word probabilities

10 years agoTranspositions rewritten
Neil Smith [Wed, 12 Feb 2014 21:01:24 +0000 (21:01 +0000)]
Transpositions rewritten

10 years agoTransposition ciphers working
Neil Smith [Wed, 12 Feb 2014 18:20:14 +0000 (18:20 +0000)]
Transposition ciphers working

10 years agoFiddling with cracking dictionaries
Neil Smith [Wed, 12 Feb 2014 17:03:41 +0000 (17:03 +0000)]
Fiddling with cracking dictionaries

10 years agoMerge branch 'transpositions' of git.njae.me.uk:national-cipher-challenge into transp...
Neil Smith [Fri, 31 Jan 2014 15:32:45 +0000 (15:32 +0000)]
Merge branch 'transpositions' of git.njae.me.uk:national-cipher-challenge into transpositions

10 years agoVarious changes
Neil Smith [Fri, 31 Jan 2014 15:32:30 +0000 (15:32 +0000)]
Various changes

10 years agoMerge branch 'transpositions' of git.njae.me.uk:national-cipher-challenge into transp...
Neil Smith [Fri, 31 Jan 2014 15:31:08 +0000 (15:31 +0000)]
Merge branch 'transpositions' of git.njae.me.uk:national-cipher-challenge into transpositions

10 years agoChanged dictionary iterations
Neil Smith [Fri, 31 Jan 2014 15:30:37 +0000 (15:30 +0000)]
Changed dictionary iterations

10 years agoFixed accent removal
Neil Smith [Mon, 27 Jan 2014 11:24:18 +0000 (11:24 +0000)]
Fixed accent removal

10 years agoDone for the day
Neil Smith [Sun, 26 Jan 2014 21:22:13 +0000 (21:22 +0000)]
Done for the day

10 years agoMoving to a different machine
Neil Smith [Sun, 26 Jan 2014 16:55:55 +0000 (16:55 +0000)]
Moving to a different machine

10 years agoDeleted old copy of 'find caesar break params'
Neil Smith [Sun, 19 Jan 2014 20:51:20 +0000 (20:51 +0000)]
Deleted old copy of 'find caesar break params'

10 years agoFixed typos, changed 'find parameters' output formatting
Neil Smith [Sun, 19 Jan 2014 20:42:10 +0000 (20:42 +0000)]
Fixed typos, changed 'find parameters' output formatting

10 years agoTweaks, and record of a run
Neil Smith [Sat, 18 Jan 2014 18:39:06 +0000 (18:39 +0000)]
Tweaks, and record of a run

10 years agoNew version of find casesar break parameters
Neil Smith [Sat, 18 Jan 2014 17:18:26 +0000 (17:18 +0000)]
New version of find casesar break parameters

10 years agoCaesar parameter trials updated
Neil Smith [Fri, 17 Jan 2014 20:00:49 +0000 (20:00 +0000)]
Caesar parameter trials updated

10 years agoChallenges 6 and 7
Neil Smith [Tue, 31 Dec 2013 22:55:53 +0000 (22:55 +0000)]
Challenges 6 and 7

10 years agoRenamed break.py to cipherbreak.py so it wasn't a reserved word.
Neil Smith [Tue, 26 Nov 2013 16:53:58 +0000 (16:53 +0000)]
Renamed break.py to cipherbreak.py so it wasn't a reserved word.

10 years agoVigenere cipher breaking now with frequency analysis
Neil Smith [Tue, 26 Nov 2013 16:46:38 +0000 (16:46 +0000)]
Vigenere cipher breaking now with frequency analysis

10 years agoMerge branch 'master' into neil
Neil Smith [Mon, 25 Nov 2013 17:37:10 +0000 (17:37 +0000)]
Merge branch 'master' into neil

10 years agoChanged norms.normalise to sum elements to one (e.g. probabilities). Index of coincid...
Neil Smith [Mon, 25 Nov 2013 17:24:36 +0000 (17:24 +0000)]
Changed norms.normalise to sum elements to one (e.g. probabilities). Index of coincidence still not working properly

10 years agoTidyied imports, removed use of itertools.repeat
Neil Smith [Fri, 22 Nov 2013 10:41:38 +0000 (10:41 +0000)]
Tidyied imports, removed use of itertools.repeat

10 years agoFixed vigenere break tests
Neil Smith [Fri, 22 Nov 2013 10:38:09 +0000 (10:38 +0000)]
Fixed vigenere break tests

10 years agoSplit breaking routines out into a separate file. Column transposition now uses as...
Neil Smith [Fri, 22 Nov 2013 10:32:20 +0000 (10:32 +0000)]
Split breaking routines out into a separate file. Column transposition now uses as set of transpositions rather than keywords (so keywords with equivalent transpositions are only tested once).

10 years agoDone Vigenere ciphers and breaking wth a keyword dictionary. Solved challenge 5
Neil Smith [Fri, 22 Nov 2013 09:10:18 +0000 (09:10 +0000)]
Done Vigenere ciphers and breaking wth a keyword dictionary. Solved challenge 5

10 years agoAdded files for challenge 5
Neil Smith [Thu, 21 Nov 2013 18:23:38 +0000 (18:23 +0000)]
Added files for challenge 5

10 years agoUsing ngram length for scytale break
Neil Smith [Wed, 20 Nov 2013 12:14:24 +0000 (12:14 +0000)]
Using ngram length for scytale break