Update Security.php

Corrected description for method decryptByKey().
This commit is contained in:
Almir Bolduan
2016-09-15 13:45:45 -03:00
committed by GitHub
parent ee8a8e90f8
commit 6c1fe1a137

View File

@ -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()]]