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

Platform API: don't use AES-128-ECB anymore #19

Open
smadbe opened this issue Apr 10, 2020 · 0 comments
Open

Platform API: don't use AES-128-ECB anymore #19

smadbe opened this issue Apr 10, 2020 · 0 comments

Comments

@smadbe
Copy link

smadbe commented Apr 10, 2020

AES-128-ECB is considered very unsafe and as "never to be used" for encryption for years.
The easiest fix is probably just to use AES-128-CBC instead. Of course, client (using the platform api) must be updated as well.

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