From e840269143eebe44cb8bb8cde95882e0ece57f99 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 19 Aug 2021 13:28:46 +0200 Subject: [PATCH] Update app.php --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index c9b8f5ae11c..adc6aa5f40f 100644 --- a/config/app.php +++ b/config/app.php @@ -121,7 +121,7 @@ 'key' => env('APP_KEY'), - 'cipher' => 'AES-256-CBC', + 'cipher' => 'AES-256-GCM', /* |--------------------------------------------------------------------------