Browse Source

Remove deprecated tag for Security::hash().

This method is used for generating token by SecurityComponent and FormHelper.
ADmad 11 years ago
parent
commit
d0e1b2e15d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Utility/Security.php

+ 0 - 1
src/Utility/Security.php

@@ -71,7 +71,6 @@ 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
- * @deprecated Using the SimplePasswordHasher class is recommended
  * @link http://book.cakephp.org/2.0/en/core-utility-libraries/security.html#Security::hash
  */
 	public static function hash($string, $type = null, $salt = false) {