From 2cc17a778ef959e486e4a18845fcedaadbcae04d Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 2 Oct 2014 18:53:03 +0400 Subject: [PATCH] Fixes #5306 --- framework/UPGRADE.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 3ee9a9f356..07059f28d4 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -193,12 +193,7 @@ new ones save the following code as `convert.php` that should be placed in the s return [ 'components' => [ 'security' => [ - 'cryptBlockSize' => 16, - 'cryptKeySize' => 24, 'derivationIterations' => 1000, - 'deriveKeyStrategy' => 'hmac', // for PHP version < 5.5.0 - //'deriveKeyStrategy' => 'pbkdf2', // for PHP version >= 5.5.0 - 'useDeriveKeyUniqueSalt' => false, ], // ... ],