Change default cipher.

This commit is contained in:
Taylor Otwell 2015-06-06 13:20:49 -05:00
parent e4796a2608
commit bacda07552
1 changed files with 1 additions and 1 deletions

View File

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