| 1 |
// $Id$
|
| 2 |
|
| 3 |
GnuPG for Drupal
|
| 4 |
================
|
| 5 |
This Drupal 6.x-compatible module provides a PHP wrapper for accessing the
|
| 6 |
GNU Privacy Guard's encryption/decryption functionality. For more
|
| 7 |
information please see:
|
| 8 |
|
| 9 |
<http://drupal.org/project/gnupg>
|
| 10 |
|
| 11 |
For more information about the GNU Privacy Guard, please refer to:
|
| 12 |
|
| 13 |
<http://www.gnupg.org/>
|
| 14 |
|
| 15 |
|
| 16 |
FEATURES FOR SITE BUILDERS
|
| 17 |
--------------------------
|
| 18 |
* Adds a new cryptography tab to user profiles, allowing users to upload
|
| 19 |
their OpenPGP public key and to optionally display it on their user
|
| 20 |
profile.
|
| 21 |
* Encrypts Drupal's outgoing e-mails to the public key of the recipient(s).
|
| 22 |
|
| 23 |
|
| 24 |
FEATURES FOR ADMINISTRATORS
|
| 25 |
---------------------------
|
| 26 |
* Provides configuration for the location of the `gpg' command-line binary
|
| 27 |
and the GnuPG home directory.
|
| 28 |
* Provides system status report entries indicating whether GnuPG is
|
| 29 |
installed correctly and helping to troubleshoot installation problems.
|
| 30 |
* Includes support for site-specific plaintext headers, footers and ASCII
|
| 31 |
armor comments in outgoing encrypted e-mails.
|
| 32 |
|
| 33 |
|
| 34 |
FEATURES FOR DEVELOPERS
|
| 35 |
-----------------------
|
| 36 |
* Provides database storage for OpenPGP public keys associated to any URI.
|
| 37 |
* Maintains a secure site-specific GnuPG keyring (.gnupg/pubring.gpg).
|
| 38 |
* Implements a simple and easy-to-use encryption/decryption API; please
|
| 39 |
refer to API.txt for comprehensive API documentation.
|
| 40 |
* Implements some basic Simpletest 2.x-compatible unit tests.
|
| 41 |
|
| 42 |
|
| 43 |
BUG REPORTS
|
| 44 |
-----------
|
| 45 |
Post bug reports and feature requests to the issue tracking system at:
|
| 46 |
|
| 47 |
<http://drupal.org/node/add/project-issue/gnupg>
|
| 48 |
|
| 49 |
|
| 50 |
CREDITS
|
| 51 |
-------
|
| 52 |
Developed and maintained by Arto Bendiken <http://bendiken.net/>
|
| 53 |
Developed for the CheapID identity standard <http://guptaoption.com/cheapid/>
|