]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/crypto/class_CryptoHelper.php
User login (non-guest) basicly finished, news stubs added, registration and final...
[shipsimu.git] / inc / classes / main / crypto / class_CryptoHelper.php
index 4ec02ad9171256c275b26311527851df3b475cc7..93502cbce1e3b4fd2c487d349a6012125415b639 100644 (file)
@@ -142,6 +142,7 @@ class CryptoHelper extends BaseFrameworkSystem {
                }
 
                // Hash the password with salt
+               //* DEBUG: */ echo $salt."/".$plainPassword."/".$this->rngInstance->getExtraSalt()."<br />\n";
                $hashed = $salt . md5(sprintf($this->getConfigInstance()->readConfig('hash_mask'),
                        $salt,
                        $this->rngInstance->getExtraSalt(),