Commit Graph

5 Commits

Author SHA1 Message Date
Derek McQuay 079d3d524b redone spf13/cobra commands for transposition
commands now make much more sense.  Everything has been redone and all
of transpositions subcommands have been implemented
2016-03-11 21:31:57 -08:00
Derek McQuay 7dd108f4ba substitution cipher implementation
Reads in a json file that has a map of letters to letters
2016-03-11 20:11:27 -08:00
Derek McQuay f357a75682 added cobra subcommands and functionality
can now encrypt and decrypt for transposition ciphers.
2016-02-22 18:01:19 -08:00
Derek McQuay 705d4441af added Transpose(), randomly transpose a string 2016-02-11 22:54:51 -08:00
Derek McQuay f278fdda14 added main.go 2016-02-11 22:43:09 -08:00