php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35069 4.4.1 update seriously breaks mcrypt decryption
Submitted: 2005-11-02 18:12 UTC Modified: 2005-11-02 20:20 UTC
From: greg at warprecords dot com Assigned:
Status: Not a bug Package: mcrypt related
PHP Version: 4.4.1 OS: FreeBSD 5.3R-p5
Private report: No CVE-ID: None
View Add Comment Developer Edit
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:
30 - 24 = ?
Subscribe to this entry?

 
 [2005-11-02 18:12 UTC] greg at warprecords dot com
Description:
------------
Upgraded to 4.4.1 from 4.4.0 via FreeBSD ports broke some code 
we use to decrypt Blowfish encrypted strings generated and 
handled by PHP and passed between two servers.

Encrypting with 4.4.1 
and decrypting with 4.4.0
works fine, We have fallen back to this.

Encrypting with 4.4.1
and decrypting with 4.4.1
is broken.

Not tried 4.4.0 to 4.4.1.


Reproduce code:
---------------
$SID = @mcrypt_ecb(MCRYPT_Blowfish, $crypt_key, $SID, MCRYPT_DECRYPT);

Expected result:
----------------
Encrypted string is decrypted correctly.

Actual result:
--------------
Encrypted string is decrypted as garbage.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-02 18:58 UTC] sniper@php.net
We don't support any ports. Reopen if you can reproduce this with PHP build from the sources found here:

http://www.php.net/downloads.php
 [2005-11-02 20:20 UTC] derick@php.net
Besides that, there were no changes in mcrypt for a long time...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC