Skip to content

trendev/crypt4kids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.