Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jensravens/rails-stimulus-e2e-encryption
- Owner: JensRavens
- Created: 2020-06-29T14:11:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T15:14:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T05:23:05.708Z (3 months ago)
- Topics: e2e-encryption, encryption, openpgpjs, pgp, rails, stimulus
- Language: JavaScript
- Homepage: https://jensravens.com/e2e-encryption-with-rails/
- Size: 449 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`