|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-19 14:26 UTC] derick@php.net
[2001-12-20 02:52 UTC] jeanfrancois dot lecam at altiplano dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 05:00:01 2025 UTC |
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