DavudSafarli / cipher-cli

CLI app that encrypts text with ROT13. Just for practising software design and testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rot-13 transformer

CLI app that takes input from console, encodes it with ROT13(rotate by 13 places) and writes output to console.

Usage

Build go build -o rot-13 .

Use ./rot-13 Hello World!

About

CLI app that encrypts text with ROT13. Just for practising software design and testing


Languages

Language:Go 100.0%