From 2c61afaa2ed59af84a76d4921994c8da1e09851f Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Sat, 14 Jun 2014 10:07:03 +1000 Subject: [PATCH] May aswell use the default encryption key since config isn't updated --- app/config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/app.php b/app/config/app.php index 013f5b6fb..4297620f2 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -80,7 +80,7 @@ return array( 'key' => 'CHANGE_ME!!!', - 'cipher' => MCRYPT_RIJNDAEL_256, + 'cipher' => MCRYPT_RIJNDAEL_128, /* |--------------------------------------------------------------------------