]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/crypto/class_Cryptable.php
Continued with file-based stacks:
[core.git] / inc / classes / interfaces / crypto / class_Cryptable.php
index a3da66cc6c790f440ce9de928c2dd9d43551c22c..908002567ce3b2df45c99a355f60c10b31d86661 100644 (file)
@@ -30,9 +30,10 @@ interface Cryptable extends FrameworkInterface {
         *
         * @param       $str            Unhashed string
         * @param       $oldHash        A hash from previous hashed string
+        * @param       $withFixed      Whether to include a fixed salt (not recommended in p2p applications)
         * @return      $hashed         The hashed and salted string
         */
-       function hashString ($str, $oldHash = '');
+       function hashString ($str, $oldHash = '', $withFixed = TRUE);
 
        /**
         * Encrypt the string with fixed salt