This commit is contained in:
Alexander Makarov
2014-10-02 18:53:03 +04:00
parent ae70f6cfc3
commit 2cc17a778e

View File

@@ -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,
], ],
// ... // ...
], ],