diff --git a/config/app.php b/config/app.php index 838463ee..a4869533 100644 --- a/config/app.php +++ b/config/app.php @@ -89,7 +89,7 @@ return [ 'key' => env('APP_KEY', 'SomeRandomString'), - 'cipher' => 'rijndael-256', + 'cipher' => 'AES-256-CBC', /* |--------------------------------------------------------------------------