This commit is contained in:
Anatol Belski 2016-10-13 10:08:23 +02:00
parent afbb3b858a
commit 57354e0313

View File

@ -8,5 +8,5 @@ if (!extension_loaded("openssl")) die("skip");
var_dump(openssl_decrypt('kzo w2RMExUTYQXW2Xzxmg==', 'aes-128-cbc', 'pass', false, 'pass'));
--EXPECTF--
Warning: openssl_decrypt(): Failed to base64 decode the input in %s on line %s
bool(false)
Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in %s on line %d
bool(false)