Commit 84cbf19b by Paul Klimov

Doc comments at `Security::generateRandomKey()` adjusted

parent 69abbc7f
...@@ -30,6 +30,8 @@ use Yii; ...@@ -30,6 +30,8 @@ use Yii;
* this allows usage of different encryption strategies for different use cases or migrate encrypted data * this allows usage of different encryption strategies for different use cases or migrate encrypted data
* from outdated strategy to the new one. * from outdated strategy to the new one.
* *
* Note: this class requires 'mcrypt' PHP extension available, for the highest security level PHP version >= 5.5.0 required.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @author Tom Worster <fsb@thefsb.org> * @author Tom Worster <fsb@thefsb.org>
* @author Klimov Paul <klimov.paul@gmail.com> * @author Klimov Paul <klimov.paul@gmail.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment