Skip to content
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

Closed
JackLeeHal opened this issue Jun 30, 2022 · 4 comments
Closed

Aes/ECB/PKCS5 加解密有问题 #2

JackLeeHal opened this issue Jun 30, 2022 · 4 comments

Comments

@JackLeeHal
Copy link

Aes/ECB 模式下的偏移值是不需要的 但是使用库中的方法如果不设置iv会报错

@gouguoyin
Copy link
Collaborator

gouguoyin commented Jun 30, 2022

目前还不支持ECB模式,所以都需要设置iv,目前支持的模式可查看 https://github.com/golang-module/dongle#feature-list

@Issues-translate-bot
Copy link
Collaborator

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


ECB mode is not yet supported, so all need to set iv

@gouguoyin
Copy link
Collaborator

v0.1.2 已支持 ECB 模式

@Issues-translate-bot
Copy link
Collaborator

The issue body's language is not English, translate it automatically, please use English next time. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


v0.1.2 has supported ECB mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants