Skip to content

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

Notifications You must be signed in to change notification settings

l3iodeez/Pagevault

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published