crypt4kids


A simple crypto tool for kids π
β‘ Run (using golang)
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
π Run (using docker)
Just run:
docker run -it --rm ghcr.io/trendev/crypt4kids
π
Need Help ?
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.