Browse Source

Change default cipher.

Taylor Otwell 9 years ago
parent
commit
bacda07552
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/app.php

+ 1 - 1
config/app.php

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