Test: /ext/mcrypt/tests/bug43143.phpt - Version 5.6.0-dev        

Bug #43143 Warning about empty IV with MCRYPT_MODE_ECB.
Submitted: 2007-10-30 14:21:58 Modified: 2007-12-01 17:20:51
From: dylan Assigned: derick
Status: Closed Package: mcrypt related
PHP Version: 5.2.4 OS: Windows XP

There are 2 different diffs reported by users for this test.

Count Diff
30 (94%)
004+ Warning: mcrypt_encrypt(): Encryption mode requires an initialization vector of size 32 in %s/bug43143.php on line 9
004- Warning: mcrypt_encrypt(): Attempt to use an empty IV, which is NOT recommend in %sbug43143.php on line 9
2 (6%)
004+ Warning: mcrypt_encrypt(): Encryption mode requires an initialization vector in %s/bug43143.php on line 9
004- Warning: mcrypt_encrypt(): Attempt to use an empty IV, which is NOT recommend in %sbug43143.php on line 9