From 6c1fe1a137776ee0ff4e5e8e46f2d15d5f86f9f5 Mon Sep 17 00:00:00 2001 From: Almir Bolduan Date: Thu, 15 Sep 2016 13:45:45 -0300 Subject: [PATCH] Update Security.php Corrected description for method decryptByKey(). --- framework/base/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/Security.php b/framework/base/Security.php index 5dc4bef781..64a27fdad7 100644 --- a/framework/base/Security.php +++ b/framework/base/Security.php @@ -143,7 +143,7 @@ class Security extends Component } /** - * Verifies and decrypts data encrypted with [[encryptByPassword()]]. + * Verifies and decrypts data encrypted with [[encryptByKey()]]. * @param string $data the encrypted data to decrypt * @param string $inputKey the input to use for encryption and authentication * @param string $info optional context and application specific information, see [[hkdf()]]