steganos
v0.0.2
Published
Node-based implementation of Steganos Secure Communication Protocol
Downloads
4
Maintainers
Readme
node-steganos
Node-based implementation of Steganos Secure Communication Protocol
Getting Started
Prerequisites:
- Node.js installed
- Yarn installed (
npm i -g yarn
) - Git installed
- Editor installed (likely
Atom.io
)
cd myProjectsDirectory/
git clone [email protected]: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.