Coder Social home page Coder Social logo

pricechrispy / oopass-server-nodejs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 76 KB

OOPASS NodeJS Server provides a server-side NodeJS implementation of the Oblivious Online PASSword management system utilizing the SPHINX protocol.

License: GNU Affero General Public License v3.0

JavaScript 100.00%
oopass password generator manager oblivious sphinx de-pake pake server nodejs

oopass-server-nodejs's Introduction

oopass-server-nodejs

OOPASS NodeJS Server 2.1.2

Description

OOPASS NodeJS Server provides a server-side NodeJS implementation of the Oblivious Online PASSword management system utilizing the SPHINX protocol.

Authors

Christopher Price (pricechrispy, crprice)

License

AGPL3

OOPASS NodeJS Server

Copyright (C) 2017-2020 Christopher Price (pricechrispy, crprice)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/

See LICENSE.md

Requires

Also see package.json

Usage

# have npm pull dependencies
npm install

# Adjust options in server.js
#   const tls_options
#   const database_options
#   const mail_options
#   const geoip_options

# start server
node server.js PORT SERVER_ROLE [SLAVE_COUNT]

SERVER_ROLE can be one of MASTER or SLAVE

SLAVE_COUNT is the number of slaves to generate for a SERVER_ROLE of MASTER

Example: Start master running on port 50010 with 10 slaves running on port 50011-50020

nodejs server.js 50010 MASTER 10 

The server requires:

  • a certificate and key for use in TLS web socket communication
  • a running instance of ArangoDB for various storage needs

See server.js for configurable options.

oopass-server-nodejs's People

Contributors

crprice avatar pricechrispy avatar

Watchers

 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.