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
我尝试private $len = 32; 发现解密失败。。。 不知道是不是需要再更改什么?
private $len = 32;
The text was updated successfully, but these errors were encountered:
sm是16位的。 你是不是弄错了,或者是16进制的32位 自己转成16位就好了
Sorry, something went wrong.
对方给我一个32位的16进制的key,怎么转成16位?用那个函数?求指导。。
hex2bin
我也遇到这个 对方给的key 和 iv都是32位的 hex2bin 如何使用啊
No branches or pull requests
我尝试
private $len = 32;
发现解密失败。。。
不知道是不是需要再更改什么?
The text was updated successfully, but these errors were encountered: