-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Aes/ECB/PKCS5 加解密有问题 #2
Comments
目前还不支持ECB模式,所以都需要设置iv,目前支持的模式可查看 https://github.com/golang-module/dongle#feature-list |
ECB mode is not yet supported, so all need to set iv |
v0.1.2 已支持 ECB 模式 |
v0.1.2 has supported ECB mode |
Aes/ECB 模式下的偏移值是不需要的 但是使用库中的方法如果不设置iv会报错
The text was updated successfully, but these errors were encountered: