Update encryption cipher in config

This commit is contained in:
Samuel Georges 2016-01-29 16:15:25 +11:00
parent eeb0d387b0
commit e554586f8f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ return [
'key' => 'CHANGE_ME!!!!!!!',
'cipher' => MCRYPT_RIJNDAEL_128,
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------