From:             [EMAIL PROTECTED]
Operating system: redhat 7.2
PHP version:      4.1.0
PHP Bug Type:     mcrypt related
Bug description:  mcrypt_ofb with tripledes : 2.2.7 and 2.4.18 different behavior

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 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