0.1.0 • Published 10 years ago

cipherhub.sh v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

cipherhub.sh

Shell script implementation of cipherhub.

Installation

curl:

$ curl -# https://raw.github.com/visionmedia/cipherhub.sh/master/bin/ch > /usr/local/bin/ch && chmod +x /usr/local/bin/ch

npm:

$ npm install -g cipherhub.sh

Usage

  Usage: ch [username]

  Encrypt:

    $ ch visionmedia < secret.txt > msg

  Decrypt:

    $ ch < msg

License

MIT