liuyuehe92 / cipher

[cipher] a command line tool to encipher text files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status License GoDoc

cipher

a command line tool to encrypt text files

usage

go get github.com/onebook/cipher

cipher --help

cipher example.txt -r    # -r: replace origin file with encrypted file

cipher example.txt -d -r # -d: decrypt

License

MIT

About

[cipher] a command line tool to encipher text files


Languages

Language:Go 96.4%Language:Makefile 3.6%