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

Include warning #1938

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Include warning #1938

wants to merge 1 commit into from

Conversation

NHodgesVFX
Copy link

@NHodgesVFX NHodgesVFX commented Feb 7, 2021

Include warning that the encryption as implemented is not secure and it should not be used. the issues are summarized in this issue
#1273

the mode / encryption algorithm needs to be AES-GCM, AES-CBC-AEAD-HMAC, or X/ChaCha20-Poly1305 to be considered secure. The other issues also need to be fixed. AES-GCM is hard to implement correctly as such its probably better to choose a different method.

As for the warning people should be aware the current encryption will not protect their data. The website should also be updated to have a warning.

Include warning that the encryption as implemented is not secure and it should not be used.
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.

2 participants