A simple crypto tool for kids 📚
Clone the repo and execute the following command:
go run ./cmd
... and you can enter the text to translate, using rot13
algorithm:
Trendev rox
should give:
Geraqri ebk
Just run:
docker run -it --rm ghcr.io/trendev/crypt4kids
Run the following command if you need to get app usage:
docker run -it --rm ghcr.io/trendev/crypt4kids -h
You can set the -alg
flag if you want to change the algorithm. rot13
or atbash
or atbashrot13
or rot13atbash
are supported and rot13
is default one.