A free, light and easy to use client-side tool to generate PGP key pairs, encrypt and decrypt messages.
- ποΈ Generate PGP key pairs
- π Encrypt messages with the public PGP key of the receiver
- π Decrypt messages with your private PGP key
- HTML/CSS
- Ruby (v2.6.5)
- Rails (v6.0.3.2)
- Stimulus JS (v1.1.1)
OpenPGP.js (v5.3.0), a JavaScript implementation of the OpenPGP protocol. Find out more on openpgpjs.org.
Please contribute using GitHub Flow. Refer first to the open issues then create a branch, add commits, and open a pull request!
You can also read the CODE OF CONDUCT
.
When forking and cloning the repo, don't forget to do the following:
yarn install --check-files
bundle install
- Duplicate the
database.yml.template
file and rename itdatabase.yml
- Update the
database.yml
file as needed to match your configuration - Then,
rails db:setup
.
Licensed under the MIT License.