Skip to content

tj/cipherhub.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

substack's cipherhub as a shell script

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages