Top Level :: Encryption

Package Information: Crypt_GPG 0.4.0

Show All Changelogs
» Version » Information
0.6.0 2008-04-05     beta
0.5.0 2008-03-02     beta
0.4.0Download

Release date: 2008-01-28 05:12 UTC
Release state: beta

Changelog:

API is beta. The native PHP driver is pretty much finished. A PECL-powered gnupg driver will be added in the future.

Changes in this release:
* cleaned up Key and Signature objects,
* getPublicKeys() and getPrivateKeys become getKeys(),
* getPublicFingerprint() and getPrivateFingerprint become getFingerprint(),
* added ability to specify a key in getKeys(),
* getFingerprint() can return fingerprint formatted in common formats,
* throw an exception when you try to delete a public key that has a private key,
* don't throw an exception when importing duplicate keys, and
* unit tests are complete for PHP driver.

Dependencies:
  • PHP Version: PHP 5.0.5 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer
0.3.11 2008-01-18     alpha
0.3.10 2008-01-14     alpha