From 476adef1b03af6855c2cfd9c04860fe90da5b17e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 24 Jul 2015 14:13:48 +0100 Subject: [PATCH] Fixed cipher --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', /* |--------------------------------------------------------------------------