Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jensravens/rails-stimulus-e2e-encryption

Demo Project for End to End Encryption with Rails and Stimulus
https://github.com/jensravens/rails-stimulus-e2e-encryption

e2e-encryption encryption openpgpjs pgp rails stimulus

Last synced: 2 months ago
JSON representation

Demo Project for End to End Encryption with Rails and Stimulus

Awesome Lists containing this project

README

        

# 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`