From 4aa42ee2802f8418c25a725fcc2518597a36d4bf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 11 Apr 2014 11:00:57 -0500 Subject: [PATCH] Set default cipher. --- app/config/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/app.php b/app/config/app.php index e48222cf..2249610c 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -67,6 +67,8 @@ 'key' => 'YourSecretKey!!!', + 'cipher' => MCRYPT_RIJNDAEL_128, + /* |-------------------------------------------------------------------------- | Autoloaded Service Providers