niklasfemerstrand / rc_openpgpjs

OpenPGP for Roundcube via JavaScript
GNU General Public License v2.0
109 stars 45 forks source link

THIS PROJECT IS DEAD.

This project is killed due to lost interest, motivation and resources. Its future development and survival relies entirely on the FOSS community. Please turn to maintained forks instead.

Feel free to contact me if you have any questions.

rc_openpgpjs

rc_openpgpjs is an open source (GPLv2) extension adding OpenPGPs functionality to the Roundcube webmail project. rc_openpgpjs is written with the intention to be as user friendly as possible for everyday PGP use. See Why do you need PGP?, OpenPGP.js and Roundcube for more info.

Features

Key storage

The keys are stored client side using HTML5 web storage. Private keys are never transferred from the user's local storage. Private and public keys can be exported from the web storage and be used outside of Roundcube and equally externally generated keys can be imported and used inside Roundcube.

Key lookups

Public keys can be imported from PGP Secure Key Servers, i.e. pool.sks-keyservers.net and any other Public Key Server which follows the OpenPGP HTTP Keyserver Protocol (HKP), i.e pgp.mit.edu.

Installation

  1. Copy plugin to 'plugins' folder
  2. Add 'rc_openpgpjs' to plugins array in your Roundcube config (config/main.inc.php)

Contact

For any bug reports or feature requests please refer to the tracking system.

Questions? Please see the FAQ.