<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <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>1.0.0</version>
    <date>2005-04-26</date>
    <license>PHP</license>
    <state>stable</state>
    <notes>Initial stable release</notes>
    <filelist>
      <file role="php" baseinstalldir="Crypt" md5sum="0c5688b3330ff1a4792f21ed203ed73c" name="Blowfish.php"/>
      <file role="php" baseinstalldir="Crypt" md5sum="df3568f2539e03cab11597c0a83c81bd" name="Blowfish\DefaultKey.php"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>1.0.0</version>
      <date>2005-04-26</date>
      <state>stable</state>
      <notes>Initial stable release
</notes>
    </release>
    <release>
      <version>0.8.1</version>
      <date>2005-03-23</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>
