/Pagevault

Pagevault is a web application inspired by Evernote built using Ruby on Rails and React.js

Primary LanguageJavaScript

Pagevault

Pagevault is an app for the online storage of encrypted or unencrypted notes, including rich text formatting and embedded images. All encryption is performed on the client side and the passphrase is never stored, so the system is secure in the case of database theft. Unencrypted images are saved to AWS. While in encrypted mode, images are saved inline with base64 encoding and encrypted along with the rest of the message.

Setup

  1. bundle install
  2. bundle exec rake db:setup
  3. foreman start

Technology Stack

Packages Used