mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Doc comments at Security updated
This commit is contained in:
@ -10,7 +10,6 @@ namespace yii\base;
|
||||
use yii\helpers\StringHelper;
|
||||
use Yii;
|
||||
|
||||
|
||||
/**
|
||||
* Security provides a set of methods to handle common security-related tasks.
|
||||
*
|
||||
@ -24,6 +23,13 @@ use Yii;
|
||||
* named secret keys. These secret keys, once generated, will be stored in a file
|
||||
* and made available in future requests.
|
||||
*
|
||||
* This component provides several configuration parameters, which allow tuning your own balance
|
||||
* between high security and high performance.
|
||||
*
|
||||
* Tip: you may add several `Security` components with different configurations to your application,
|
||||
* this allows usage of different encryption strategies for different use cases or migrate encrypted data
|
||||
* from outdated strategy to the new one.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @author Tom Worster <fsb@thefsb.org>
|
||||
* @author Klimov Paul <klimov.paul@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user