Skip to content

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

License

Notifications You must be signed in to change notification settings

pricechrispy/oopass-server-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published