| 1 |
// $Id$
|
| 2 |
|
| 3 |
OpenPGP for Drupal
|
| 4 |
==================
|
| 5 |
OpenPGP is the most widely-used e-mail encryption standard in the world.
|
| 6 |
Originally derived from PGP (Pretty Good Privacy), first created by Phil
|
| 7 |
Zimmermann in 1991, the standard is now defined by the IETF in RFC 4880.
|
| 8 |
|
| 9 |
This module provides encryption for Drupal's outgoing e-mails using GNU
|
| 10 |
Privacy Guard (GnuPG), an open-source implementation of the OpenPGP
|
| 11 |
standard.
|
| 12 |
|
| 13 |
<http://drupal.org/project/openpgp>
|
| 14 |
|
| 15 |
For more information about OpenPGP, see:
|
| 16 |
|
| 17 |
<http://www.openpgp.org/>
|
| 18 |
<http://tools.ietf.org/html/rfc4880>
|
| 19 |
|
| 20 |
For more information about the GNU Privacy Guard, please refer to:
|
| 21 |
|
| 22 |
<http://www.gnupg.org/>
|
| 23 |
|
| 24 |
|
| 25 |
FEATURES FOR SITE BUILDERS
|
| 26 |
--------------------------
|
| 27 |
* Encrypts Drupal's outgoing e-mails to the public key of the recipient(s),
|
| 28 |
when available.
|
| 29 |
|
| 30 |
|
| 31 |
FEATURES FOR ADMINISTRATORS
|
| 32 |
---------------------------
|
| 33 |
* Includes an administration screen at [Administer >> User management >>
|
| 34 |
Public keys] for displaying and managing users' public keys on file.
|
| 35 |
* Provides configuration for the location of the `gpg' command-line binary
|
| 36 |
and the GnuPG home directory.
|
| 37 |
* Provides system status report entries indicating whether GnuPG is
|
| 38 |
installed correctly and helping to troubleshoot installation problems.
|
| 39 |
* Includes support for site-specific plaintext headers, footers and ASCII
|
| 40 |
armor comments in outgoing encrypted e-mails.
|
| 41 |
|
| 42 |
|
| 43 |
FEATURES FOR DEVELOPERS
|
| 44 |
-----------------------
|
| 45 |
* Maintains a secure site-specific GnuPG keyring (.gnupg/pubring.gpg).
|
| 46 |
* Implements a simple and easy-to-use asymmetric encryption/decryption API.
|
| 47 |
|
| 48 |
|
| 49 |
BUG REPORTS
|
| 50 |
-----------
|
| 51 |
Post bug reports and feature requests to the issue tracking system at:
|
| 52 |
|
| 53 |
<http://drupal.org/node/add/project-issue/openpgp>
|
| 54 |
|
| 55 |
|
| 56 |
FEATURE REQUESTS
|
| 57 |
----------------
|
| 58 |
The author is available for contract development and customization relating
|
| 59 |
to this module. You can reach him at <http://drupal.org/user/26089/contact>.
|
| 60 |
|
| 61 |
|
| 62 |
CREDITS
|
| 63 |
-------
|
| 64 |
Developed and maintained by Arto Bendiken <http://ar.to/>
|
| 65 |
Developed for Cypherpunk Drupal <http://drupal.org/project/cypherpunk>
|
| 66 |
Contributions by Adam Overlock <http://drupal.org/user/220401>
|