mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 11:32:40 +00:00
Added link to three hash methods
This commit is contained in:
parent
016c3aed44
commit
229bd69903
3 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,7 @@ class Security {
|
|||
* value to $string (Security.salt). If you are using blowfish the salt
|
||||
* must be false or a previously generated salt.
|
||||
* @return string Hash
|
||||
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/security.html#Security::hash
|
||||
*/
|
||||
public static function hash($string, $type = null, $salt = false) {
|
||||
if (empty($type)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue