0.0.2 • Published 6 years ago

steganos v0.0.2

Weekly downloads
2
License
AGPLv3
Repository
github
Last release
6 years ago

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
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.