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
我观察到AesEncryptUtils这个类用的填充策略是Pcks5来解密的。前端用的是Pcks7来解密的。我用AesEncryptUtils类来解密加密的字符串没有问题,但是用前端Pcks7的填充策略去解密,解密不成功。请问是两者填充策略的问题吗?
The text was updated successfully, but these errors were encountered:
前端的参考下https://github.com/yinjihuan/monkey-api-encrypt/blob/master/monkey-api-encrypt-springboot-example/src/main/resources/templates/index.html
Sorry, something went wrong.
No branches or pull requests
我观察到AesEncryptUtils这个类用的填充策略是Pcks5来解密的。前端用的是Pcks7来解密的。我用AesEncryptUtils类来解密加密的字符串没有问题,但是用前端Pcks7的填充策略去解密,解密不成功。请问是两者填充策略的问题吗?
The text was updated successfully, but these errors were encountered: