UNPKG

steganos

Version:

Node-based implementation of Steganos Secure Communication Protocol

23 lines (16 loc) 514 B
# node-steganos Node-based implementation of Steganos Secure Communication Protocol ## Getting Started Prerequisites: 1. Node.js installed 2. Yarn installed (`npm i -g yarn`) 3. Git installed 4. Editor installed (likely [`Atom.io`](http://atom.io/)) ``` cd myProjectsDirectory/ git clone git@github.com:Swivelgames/node-steganos.git cd node-steganos yarn ``` After the above, open up the `node-steganos` folder in Atom (or editor of choice) Main project source code can be found inside the `src/` directory.