We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
think-captcha/src/Captcha.php
Line 314 in 54c8a51
/* 加密验证码 */ private function authcode($str) { $key = substr(md5($this->seKey), 5, 8); $str = substr(md5($str), 8, 10); return md5($key . $str); }
为什么要截取6-14位和 9-18位呢? 请大佬解惑,谢谢。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
think-captcha/src/Captcha.php
Line 314 in 54c8a51
为什么要截取6-14位和 9-18位呢? 请大佬解惑,谢谢。
The text was updated successfully, but these errors were encountered: