Skip to content

Commit bacda07

Browse files
committed
Change default cipher.
1 parent e4796a2 commit bacda07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
'key' => env('APP_KEY', 'SomeRandomString'),
8282

83-
'cipher' => 'AES-128-CBC',
83+
'cipher' => 'AES-256-CBC',
8484

8585
/*
8686
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)