Commit bacda075 authored by Taylor Otwell's avatar Taylor Otwell

Change default cipher.

parent e4796a26
...@@ -80,7 +80,7 @@ return [ ...@@ -80,7 +80,7 @@ return [
'key' => env('APP_KEY', 'SomeRandomString'), 'key' => env('APP_KEY', 'SomeRandomString'),
'cipher' => 'AES-128-CBC', 'cipher' => 'AES-256-CBC',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment