Change default cipher.

This commit is contained in:
Taylor Otwell
2015-06-06 13:20:49 -05:00
parent e4796a2608
commit bacda07552

View File

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