0.0.2 • Published 8 years ago
steganos v0.0.2
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)
cd myProjectsDirectory/
git clone git@github.com:Swivelgames/node-steganos.git
cd node-steganos
yarnAfter 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.