From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.2 PHP Bug Type: mcrypt related Bug description: mcrypt and cookies
I use the rijndael-256 encryption. I think that there is a bug with this time of encryption or the cookies. Yesterday I got an error when I saved the IV to a cookie. The correct value should be "���|��'ds�A��懲�5A���qYbI;�" but when I save the IV value to a cookie and then display it, I shows "���|��\'ds�A��懲�5A���qYbI;�". That are 33 chars, not 32. Why that "\"? I don't know if this a PHP problem, a mcrypt problem, a rijndael-256 encryption bug, or a limitation of the cookies. -- Edit bug report at http://bugs.php.net/?id=19697&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19697&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19697&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19697&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19697&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19697&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19697&r=support Expected behavior: http://bugs.php.net/fix.php?id=19697&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19697&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19697&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19697&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19697&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19697&r=dst
