Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.0RC2

Bug #7299 Constructor and key initialization error
Submitted: 2006-04-04 21:24 UTC
From: jausions Assigned: jausions
Status: Closed Package: Crypt_Blowfish (version CVS)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 27 - 21 = ?

 
 [2006-04-04 21:24 UTC] jausions (Philippe Jausions)
Description: ------------ Since the constructor cannot return a PEAR_Error when the key passed is invalid, there is a gap in the system. To be compatible with PHP4, I suggest to use add a factory() method to the class. There should also be a check in the decrypt() and encrypt() method to see if the key was initialized properly. I'm working a patch that will also need a factory method to support CBC mode, so I think this would be a nice addition. Thanks, -Philippe

Comments

 [2006-04-26 17:11 UTC] jausions (Philippe Jausions)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.