mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-24 18:51:27 +08:00
Fixes #5306
This commit is contained in:
@@ -193,12 +193,7 @@ new ones save the following code as `convert.php` that should be placed in the s
|
|||||||
return [
|
return [
|
||||||
'components' => [
|
'components' => [
|
||||||
'security' => [
|
'security' => [
|
||||||
'cryptBlockSize' => 16,
|
|
||||||
'cryptKeySize' => 24,
|
|
||||||
'derivationIterations' => 1000,
|
'derivationIterations' => 1000,
|
||||||
'deriveKeyStrategy' => 'hmac', // for PHP version < 5.5.0
|
|
||||||
//'deriveKeyStrategy' => 'pbkdf2', // for PHP version >= 5.5.0
|
|
||||||
'useDeriveKeyUniqueSalt' => false,
|
|
||||||
],
|
],
|
||||||
// ...
|
// ...
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user