A Go package and CLI tool to encode/decode strings in various historical cipher schemes.
So far, the following are implemented:
Run go build -o bin/cipher cmd/cipher/main.go
bin/cipher
NAME:
cipher - encode and decode in various historical ciphers
USAGE:
cipher [global options] command [command options]
COMMANDS:
caesar, cs encode or decode with Caesar cipher
vigenere, vg encode or decode with Vigenère cipher
playfair, pf encode or decode with Playfair cipher
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--input-file value, --if value
--output-file value, --of value
--help, -h show help
Have fun! 🥳