Code Monkey home page Code Monkey logo

About

Seravault is a progressive web app that allows users to encrypt confidential information localy (end-to-end encryption) and then sends the encrypted information to a "vault" (MongoDB). The user can use any device from anywhere to access their encrypted information (responsive design, cache cleaning). Seravault also allows users to securely share encrypted information with 3rd parties. This is accomplished by encrypting the document's key with the user's public keys. Only the user's that possess the private key can decrypt the document.

Multi-factor authentication also implemented to decrease the probability that an attacker can impersonate a user to gain access.

Seravault is built on the Meteor platform which uses MongoDB.

It's easily installed and immediately usable.

Installation

Install Meteor

https://www.meteor.com/install

Install dependencies

Navigate to the root folder and run the following command
meteor npm install

Configure

Seravault allows encrypted file uploads. You'll need to define the location where these files are saved. See settings.json.

Seravault also needs an smtp server in order for two factor authentication to work. See run.sh

Run App

Navigate to the root folder and run the following command (Linux/Unix)
./run.sh
If you get an error that you don't have permission, you'll need to make this shell script executable:
chmod +x run.sh
The run.sh script contains Linux/Unix commands. For Windows, you'll need to build your own batch file using the bash script as an example.

Open App

Navigate to http://localhost:3000 in your web browser to use the app.

To change the port, you can always edit the run.sh script. See https://docs.meteor.com/commandline.html for more info.


See it in action

https://www.seravault.com

Seravault's Projects

couch-auth icon couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14

seravault icon seravault

Seravault is a progressive web app that allows users to encrypt confidential information and securely share with others. The app implements end-to-end encryption so that the man-in-the-middle attack vector is eliminated. Multi-factor authentication is implemented to decrease the probability that an attacker can impersonate a user to gain access.

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.