ID: 14606
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: mcrypt related
Operating System: redhat 7.2
PHP Version: 4.1.0
New Comment:

It is possible a problem in libmcrypt itself . A lot has changed in there that my have 
broke backwrd compability. It's not a PHP bug, because nothing has changed regarding 
to this between php 4.0.6 and 4.1.0. I'm closing this one.

Derick

Previous Comments:
------------------------------------------------------------------------

[2001-12-19 12:33:01] [EMAIL PROTECTED]

Using exactly the same input data, the following lines won't return the same 
decryption result :

php-4.0.6 / libmcrypt-2.2.7 :

mcrypt_ofb("MCRYPT_TripleDES",$realkey,$ct,MCRYPT_DECRYPT,$iv);

php-4.1.0 / libmcrypt-2.4.18 :

mcrypt_ofb(MCRYPT_TripleDES, $realkey, $ct, MCRYPT_DECRYPT, $iv);

I have data encrypted with libmcrypt-2.2.7 that I want to use with libmcrypt-2.4.18, 
but I can not !!!

Thanks in adance,

JF

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14606&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to