o expand autobreak to handle non-bijective keys
o status bar
o toolbar
o switch to pipeline / plugin system
o autoconf
o Safe standard table loading / saving
	o Multiple tables for different classes of text?
o Other stats tests
	o Kasiski
o Add options for automatic breaker (TRY_MAX, MAX_SEARCH_DEPTH)...
o Implement different algorithms for autobreaker e.g
	o dictionary, word pattern matcher (e.g. utility = 1234325)
	o genetic algorithm
	o have brute force breaking on standard monoalphabetic ciphers,
	  such as Caesar, pig-pen, keyword
	o Utilise word boundary data
o Key storage/load/save?
o Other ciphers
	o homophonic / nulls
	o n-gram -> n-gram monoalphabetic substitution
	o polyalphabetics (vigenere et al)
	o transposition ciphers
o Cipher identification
o File requester dialog location memory

