<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/crypt_blowfish">Crypt_Blowfish</p>
 <c>pear.php.net</c>
 <v>1.1.0RC1</v>
 <st>beta</st>
 <l>PHP</l>
 <m>jausions</m>
 <s>Allows for quick two-way blowfish encryption without requiring the MCrypt PHP extension.</s>
 <d>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.
 
</d>
 <da>2006-09-08 22:54:12</da>
 <n>* 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 &amp; 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)</n>
 <f>18304</f>
 <g>http://pear.php.net/get/Crypt_Blowfish-1.1.0RC1</g>
 <x xlink:href="package.1.1.0RC1.xml"/>
</r>