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

Convert ECB AES Implementation to CBC #81

Open
manistal opened this issue Apr 27, 2018 · 0 comments
Open

Convert ECB AES Implementation to CBC #81

manistal opened this issue Apr 27, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@manistal
Copy link
Collaborator

Currently the AES Block Cipher Engine is implemented as ECB (plaintext block with a given key always results in the same plaintext block). We need to update this to be done as CBC.

https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#CBC

@manistal manistal added the enhancement New feature or request label Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant