diff --git a/config/app.php b/config/app.php index f7f34ccc..3f5dc57c 100644 --- a/config/app.php +++ b/config/app.php @@ -80,7 +80,7 @@ return [ 'key' => env('APP_KEY', 'SomeRandomString'), - 'cipher' => 'AES-128-CBC', + 'cipher' => 'AES-256-CBC', /* |--------------------------------------------------------------------------