Skip to content

CLI to encode and decode text in various historical cipher schemes

Notifications You must be signed in to change notification settings

ubermensch/ciphers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ciphers

A Go package and CLI tool to encode/decode strings in various historical cipher schemes.

So far, the following are implemented:

build 🛠️

Run go build -o bin/cipher cmd/cipher/main.go

run 🏃‍♂️‍➡️

bin/cipher

NAME:
   cipher - encode and decode in various historical ciphers

USAGE:
   cipher [global options] command [command options]

COMMANDS:
   caesar, cs    encode or decode with Caesar cipher
   vigenere, vg  encode or decode with Vigenère cipher
   playfair, pf  encode or decode with Playfair cipher
   help, h       Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --input-file value, --if value
   --output-file value, --of value
   --help, -h                       show help

Have fun! 🥳

About

CLI to encode and decode text in various historical cipher schemes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages