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

Add authentication #61

Open
Vinc0682 opened this issue Sep 11, 2019 · 0 comments
Open

Add authentication #61

Vinc0682 opened this issue Sep 11, 2019 · 0 comments

Comments

@Vinc0682
Copy link

The messages are currently not autheticated thus potentially allowing padding oracle attacks or other malicious modifications of the message. To fix this apply a message authentication code (MAC) like HMAC-SHA256 onto the ciphertext and verify it BEFORE decrypting the message.

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