Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 388 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 388 Bytes

Rails End-to-End Encryption Example

This is an example project to illustrate end-to-end encryption with Rails and openpgp.js. See the blogpost at https://jensravens.com/e2e-encryption-with-rails/ for a full exaplanation on how this works.

Development Setup

  • spin up postgres via docker-compose up
  • install dependencies with yarn and bundle
  • start the server via rails s