Answers for "how to fix (1/1) runtimeexception the only supported ciphers are aes-128-cbc and aes-256-cbc with the correct key lengths."

1

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

php artisan key:generate
php artisan config:clear
php artisan cache:clear
Posted by: Guest on January-08-2022
0

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

$ php artisan key:generate
Posted by: Guest on December-10-2020

Code answers related to "how to fix (1/1) runtimeexception the only supported ciphers are aes-128-cbc and aes-256-cbc with the correct key lengths."

Browse Popular Code Answers by Language