Top Level :: Encryption

Package Information: Crypt_Blowfish

Show All Changelogs
» Version » Information
1.1.0RC2Download

Release date: 2008-08-30 21:57 UTC
Release state: beta

Changelog:

* Bump to package.xml v2.0
* Algorithm tweak for bug #12906 and bug #10162
* Switch to new BSD license from PHP 3.0 license

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.7.2 or newer
1.1.0RC1Download

Release date: 2006-09-09 02:54 UTC
Release state: beta

Changelog:

* Added CBC mode support (Req #7256)
* Added factory() pattern (now prefered method to create instance)
* Deprecated Crypt_Blowfish() constructor
* Reorganized code into subclasses for PHP-only (ECB & CBC modes) and MCrypt implementations
* Ability to disable the use of the MCrypt extension if needed (Req #7298)
* Now returns PEAR_Error objects instead of dying (Req #4555)
* Catch initialization problem in constructor (Bug #7299)
* Fix for XOR problem with floats on some systems (Bug #6159)

1.0.1Download

Release date: 2005-05-30 19:02 UTC
Release state: stable

Changelog:

Uses mcrypt if available

1.0.0Download

Release date: 2005-04-27 02:07 UTC
Release state: stable

Changelog:

Initial stable release

0.8.1Download

Release date: 2005-03-23 02:48 UTC
Release state: beta

Changelog:

Fixed serious bug in release 0.8.0 causing text to not be encrypted properly.

0.7.0Download

Release date: 2005-02-23 04:27 UTC
Release state: beta

Changelog:

This is the initial release.