- Emulation of the WWII cipher machines: Enigma & Sigaba
Work in progress, still incomplete
Like many Go-based tools, installation is very easy
go get github.com/keltia/cipher-machines
or
git clone https://github.com/keltia/cipher-machines
go install ./cmd/...
The library is fetched, compiled and installed in whichever directory is specified by $GOPATH
. The atlas
binary will also be installed.
- more tests (and better ones!)
- more actual code (like Sigaba :))