Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
772667fa
Commit
772667fa
authored
Jun 27, 2014
by
Paul Klimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc comments at `Security` updated
parent
4ce4707a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Security.php
framework/base/Security.php
+7
-1
No files found.
framework/base/Security.php
View file @
772667fa
...
@@ -10,7 +10,6 @@ namespace yii\base;
...
@@ -10,7 +10,6 @@ namespace yii\base;
use
yii\helpers\StringHelper
;
use
yii\helpers\StringHelper
;
use
Yii
;
use
Yii
;
/**
/**
* Security provides a set of methods to handle common security-related tasks.
* Security provides a set of methods to handle common security-related tasks.
*
*
...
@@ -24,6 +23,13 @@ use Yii;
...
@@ -24,6 +23,13 @@ use Yii;
* named secret keys. These secret keys, once generated, will be stored in a file
* named secret keys. These secret keys, once generated, will be stored in a file
* and made available in future requests.
* 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 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment