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 usage is insecure in LegacySecurePreferences #42

Open
vraychev opened this issue Apr 4, 2018 · 0 comments
Open

AES usage is insecure in LegacySecurePreferences #42

vraychev opened this issue Apr 4, 2018 · 0 comments

Comments

@vraychev
Copy link

vraychev commented Apr 4, 2018

The initialization values for AES/CBC should be secure random sequence, not hardcoded text to ensure that the same messages are not encrypted the same (revealing equality to an attacker).

A possible fix is to use SecureRandom in

protected IvParameterSpec getIv()

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

1 participant