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

perf: AES 加密固定 IV 参数,支持标准 aes-128-cbc 加解密格式(#28) #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renxia
Copy link

@renxia renxia commented Mar 20, 2023

具体原因见 #28 。主要修改点:

  • AES 加密增加 iv 参数
  • 兼容旧版本插件、旧版本保存的格式(根据是否有 iv 标记识别)
  • 支持任意编程语言均可基于标准 aes-128-cbc 使用 iv=0000000000000000 进行解密

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

Successfully merging this pull request may close these issues.

1 participant