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
sm4 加解密cbc模式https切换成http会不会有影响,https加解密请求是没有问题的,浏览器去掉s,调用会报解密异常,控制台抛出错误
The text was updated successfully, but these errors were encountered:
Uncaught (in promise) Error: iv is invalid 如何后端不设置IV,也是提示这个错误
Sorry, something went wrong.
这个报错是加密库里面的报错,后端报解密失败
iv 要求长度为 128 比特
No branches or pull requests
sm4 加解密cbc模式https切换成http会不会有影响,https加解密请求是没有问题的,浏览器去掉s,调用会报解密异常,控制台抛出错误
The text was updated successfully, but these errors were encountered: