Use the right cipher

This commit is contained in:
James Brooks
2015-06-06 21:48:52 +01:00
parent cac63fe1fc
commit 6b98832f3b
2 changed files with 27 additions and 26 deletions

View File

@@ -89,7 +89,7 @@ return [
'key' => env('APP_KEY', 'SomeRandomString'),
'cipher' => 'AES-128-CBC',
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------