<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0" packagerversion="1.4.0a2">
 <name>Crypt_Blowfish</name>
 <summary>Allows for quick two-way blowfish encryption without requiring the Mcrypt PHP extension.</summary>
 <description>This package allows you to prefore two-way blowfish on the fly using only PHP. This package does not require the Mcrypt PHP extension to work.
 </description>
 <maintainers>
  <maintainer>
   <user>mfonda</user>
   <name>Matthew Fonda</name>
   <email>mfonda@php.net</email>
   <role>lead</role>
  </maintainer>
  </maintainers>
 <release>
  <version>0.8.1</version>
  <date>2005-03-22</date>
  <license>PHP</license>
  <state>beta</state>
  <notes>Fixed serious bug in release 0.8.0 causing text to not be encrypted properly.
  </notes>
  <provides type="class" name="Crypt_Blowfish" />
  <provides type="function" name="Crypt_Blowfish::isReady" />
  <provides type="function" name="Crypt_Blowfish::init" />
  <provides type="function" name="Crypt_Blowfish::encrypt" />
  <provides type="function" name="Crypt_Blowfish::decrypt" />
  <provides type="function" name="Crypt_Blowfish::setKey" />
  <provides type="class" name="Crypt_Blowfish_DefaultKey" />
  <filelist>
   <file role="php" baseinstalldir="Crypt" md5sum="323465b7d5c591f150e7965488f93e56" name="Blowfish.php"/>
   <file role="php" baseinstalldir="Crypt" md5sum="df3568f2539e03cab11597c0a83c81bd" name="Blowfish/DefaultKey.php"/>
  </filelist>
 </release>
 <changelog>
   <release>
    <version>0.8.1</version>
    <date>2005-03-22</date>
    <state>beta</state>
    <notes>Fixed serious bug in release 0.8.0 causing text to not be encrypted properly.
    </notes>
   </release>
   <release>
    <version>0.8.0</version>
    <date>2005-03-03</date>
    <state>beta</state>
    <notes>* Increased encryption and decryption speed
* init() method is now private
* Removed unnesessary defines
* Deprecated isReady() method
    </notes>
   </release>
   <release>
    <version>0.7.0</version>
    <date>2005-02-22</date>
    <state>beta</state>
    <notes>This is the initial release.
    </notes>
   </release>
 </changelog>
</package>
