Crypt_Blowfish pear.php.net Allows for quick two-way blowfish encryption without requiring the MCrypt PHP extension. This package allows you to perform two-way blowfish encryption on the fly using only PHP. This package does not require the MCrypt PHP extension to work, although it can make use of it if available. Matthew Fonda mfonda mfonda@php.net yes Philippe Jausions jausions jausions@php.net yes 2008-08-30 1.1.0RC2 1.1.0RC2 beta beta New BSD * Bump to package.xml v2.0 * Algorithm tweak for bug #12906 and bug #10162 * Switch to new BSD license from PHP 3.0 license 4.2.0 1.7.2 1.1.0RC2 1.1.0RC2 snapshot devel 2008-08-30 New BSD * Bump to package.xml v2.0 * Algorithm tweak for bug #12906 and bug #10162 * Switch to new BSD license from PHP 3.0 license 1.1.0RC1 1.1.0RC1 beta beta 2006-09-08 PHP * 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.1 1.0.1 stable stable 2005-05-30 PHP Uses mcrypt if available 1.0.0 1.0.0 stable stable 2005-04-26 PHP Initial stable release 0.8.1 0.8.1 beta beta 2005-03-23 PHP Fixed serious bug in release 0.8.0 causing text to not be encrypted properly. 0.8.0 0.8.0 beta beta 2005-03-03 PHP * Increased encryption and decryption speed * init() method is now private * Removed unnesessary defines * Deprecated isReady() method 0.7.0 0.7.0 beta beta 2005-02-22 PHP This is the initial release.