/cipher-cli

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

Primary LanguageGo

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!