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

Bug Report:Usage of Fixed Initialization Vector #4

Open
tianjk99 opened this issue Dec 4, 2023 · 0 comments
Open

Bug Report:Usage of Fixed Initialization Vector #4

tianjk99 opened this issue Dec 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tianjk99
Copy link

tianjk99 commented Dec 4, 2023

Please check if there is any problem with using constant IV.

  1. scripts/asar.js, line 21

Using fixed keys and initialization vectors may reduce encryption security because they can be guessed or predicted by an attacker. To enhance security, it is recommended to use randomly generated keys and initialization vectors, and ensure secure storage and transmission of keys and vectors.

@zcbenz zcbenz added the bug Something isn't working label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants