Since openssl 1.1.1, openssl_get_cipher_methods doesn't work like expected by the bundle: it no longer returns the uppercase variants of the ciphers.
request.CRITICAL: Uncaught PHP Exception Jagilpe\EncryptionBundle\Exception\EncryptionException: "Method AES-128-CBC not supported by openssl installation." at /var/www/myproject/vendor/jagilpe/encryption/Jagilpe/EncryptionBundle/Crypt/CryptographyProvider.php line 140 {"exception":"[object] (Jagilpe\\EncryptionBundle\\Exception\\EncryptionException(code: 0): Method AES-128-CBC not supported by openssl installation. at /var/www/myproject/vendor/jagilpe/encryption/Jagilpe/EncryptionBundle/Crypt/CryptographyProvider.php:140)"}
Hi,
Since openssl 1.1.1, openssl_get_cipher_methods doesn't work like expected by the bundle: it no longer returns the uppercase variants of the ciphers.
See :