/go-cipher

Caesar cipher written in go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Gocipher

Caesar cipher implementation written in go

Download

Windows amd64

MacOs amd64

Linux amd64

example

./sezarapp encrypt -txt="Hello World" -shift=15

./sezarapp decrypt -txt="Wtaad Ldgas" -shift=15

./sezarapp crack -txt="Wtaad Ldgas"

Build

build for linux

make build

Compile for most common operating systems

make compile