Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 975 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 975 Bytes

crypt4kids

Test, Build and Save

codecov

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.