» Version | » Information |
---|---|
2024-03-23 stable |
|
2023-11-23 stable |
|
2022-02-16 stable |
|
2021-09-05 stable |
|
2021-03-16 stable |
|
2020-03-22 stable |
|
2018-06-04 stable |
|
2017-09-03 stable |
|
2017-08-27 stable |
|
2017-02-26 stable |
|
2016-12-06 beta |
|
2016-11-25 beta |
|
2016-10-29 beta |
|
2016-10-07 stable |
|
2016-06-19 stable |
|
2016-04-17 stable |
|
2015-10-16 stable |
|
2013-03-13 beta |
|
2013-03-01 beta |
|
2013-03-01 beta |
|
2013-02-28 beta |
|
2011-09-26 stable |
|
2011-09-26 stable |
|
2011-09-19 stable |
|
2010-11-17 stable |
|
2010-05-07 stable |
|
2010-03-01 stable |
|
2009-01-22 stable |
|
2008-11-17 beta |
|
2008-09-23 beta |
|
0.7.0 |
Easy InstallNot sure? Get more info. pear install Crypt_GPG-0.7.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Crypt_GPG-0.7.0 Release date: 2008-09-23 12:52 UTC Release state: beta Release uploaded by: gauthierm Changelog: Brought to you by strace, xdebug, time and phpunit. API is beta -- there are significant API changes in this release. See the API or end-user documentation for details. Other changes in this release include: * support operations on large strings properly. Bug #13806. * support operations on files (or anything fopen-able). Bug #13586. * encryption speed improvements (went from 10 seconds to encrypt a 1.9 MiB file to 0.1 - 0.2 seconds). There is new file-specific API. see the API docs for details. * remove GnuPG driver and driver architecture [BC BREAK]. The pecl extension powering the GnuPG driver is missing features and doesn't support any extra features that make it desirable to use. Crypt_GPG still has nicer error handling, a greater feature set, better documentation and more comprehensive tests. * split GPG I/O engine into a separate class * support multiple encryption, decryption and signing recipients [BC BREAK]. Bug #13808. This moves the API towards something more like the PECL gnupg extension where you add and clear keys for a particular operation. This also changes the returned value of verify() from a signature object to an array of signature objects. * use PHP_EOL for detecting line endings. * throw an exception if keychain can not be read or written. Bug #14645. * split unit tests into separate files. * updated unit tests for new API and features. * throw a KeyNotFound exception if trying to verify a signature when the public key is not in the keyring. * drop Windows support. PHP bugs and known limitations make it next to impossible to develop for Windows correctly. Dependencies:
|
2008-04-05 beta |
|
2008-03-02 beta |
|
2008-01-28 beta |
|
2008-01-18 alpha |
|
2008-01-14 alpha |