All Projects → tj → Cipherhub.sh

tj / Cipherhub.sh

substack's cipherhub as a shell script

Programming Languages

shell
77523 projects

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

Example

Decode a message to yourself:

$ echo 'hello world' | ch <your-username> | ch
hello world

Usage


  Usage: ch [username]

  Encrypt:

    $ ch visionmedia < secret.txt > msg

  Decrypt:

    $ ch < msg

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].