GithubHelp home page GithubHelp logo

void's Introduction

#Void
Encrypted and secure text communication

Message encryption is done via AES using rsakeys and publickeys.Encryption is done on client side and decryption is done client side. The only text that the server sees is an encrypted message.

Installation Directions:

Linux:

  1. Install nodejs on the server and npm

sudo apt-get install nodejs
sudo apt-get install nodejs-legacy
sudo apt-get install npm

  1. Clone git repository into desired directory

  2. All dependencies should be included the repository, but to be sure run the following command from the project directory

sudo npm install -d

  1. Install forever (If it is not already installed or you have no other way of running a program in the background)

sudo npm install forever -g

  1. Start server

By default the port it runs on is 5000. You can also add command line arguments to specifiy port (-p PORTNUMBER and debug (-d)

If using forever

forever server.js -p PORTNUMBER

If not using forever and want to run in the foreground

node server.js

For HTTPS Server

Cert files should be created once using the following commands on server

void's People

Contributors

mtproj avatar anenno avatar orsayshi avatar jjthompson14 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.