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

Initialization vectors should be randomly generated for proper security guarantees. #28

Open
naskovai opened this issue Apr 14, 2018 · 0 comments

Comments

@naskovai
Copy link

As part of some research about the common crypto mistakes that developers make, I noticed that your application has one of them.

In TripleDES you're initializing Cipher instances with a static IV which is insecure. More details about this issue and how to fix it are available here.

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