From e554586f8f0938462b13a2ceecd30ff1b284a720 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Fri, 29 Jan 2016 16:15:25 +1100 Subject: [PATCH] Update encryption cipher in config --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 4f2959817..24b0b0d4b 100644 --- a/config/app.php +++ b/config/app.php @@ -83,7 +83,7 @@ return [ 'key' => 'CHANGE_ME!!!!!!!', - 'cipher' => MCRYPT_RIJNDAEL_128, + 'cipher' => 'AES-256-CBC', /* |--------------------------------------------------------------------------