/** *WEBQQ new version login encryption function * * @access public * @param string $pt * @param string $p * @param string $vc * @param boolean $md5 * @return string */ function jspassword($pt,$p,$vc){ return strtoupper(md5(strtoupper(md5(md5($p, true).$pt).strtoupper($vc)))); }
Last modification: November 17, 2017
If you think my article is useful to you, please feel free to appreciate it