]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/config.php
Salt length reduced
[shipsimu.git] / inc / config.php
index 879c84d678a8313df0e4cab9138f3efdcea9495e..eabfde19f25f473b4d7edba0365e933d35bf89c8 100644 (file)
@@ -190,7 +190,10 @@ $cfg->setConfigEntry('math_prime', 591623);
 $cfg->setConfigEntry('date_key', date("d-m-Y (l-F-T)", time()));
 
 // CFG: SALT-LENGTH
-$cfg->setConfigEntry('salt_length', 128);
+$cfg->setConfigEntry('salt_length', 10);
+
+// CFG: RND-STR-LENGTH
+$cfg->setConfigEntry('rnd_str_length', 128);
 
 // [EOF]
 ?>