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

[management] Add GCM encryption and migrate legacy encrypted events #2569

Merged
merged 7 commits into from
Sep 11, 2024

Conversation

bcmmbaga
Copy link
Contributor

@bcmmbaga bcmmbaga commented Sep 10, 2024

Describe your changes

This PR updates the encryption scheme for events data from the legacy CBC encryption with a static IV to the GCM (Galois/Counter Mode) encryption.

Issue ticket number and link

Closes #2246

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
@bcmmbaga bcmmbaga changed the title [management] Add GCM encryption and migrate legacy encrypted users [management] Add GCM encryption and migrate legacy encrypted events Sep 10, 2024
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
@bcmmbaga bcmmbaga force-pushed the fix/random-iv-encryption branch from 0f86164 to 7690459 Compare September 10, 2024 08:34
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
@bcmmbaga bcmmbaga marked this pull request as ready for review September 10, 2024 13:21
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
Copy link

@bcmmbaga bcmmbaga merged commit cf6210a into main Sep 11, 2024
21 checks passed
@bcmmbaga bcmmbaga deleted the fix/random-iv-encryption branch September 11, 2024 17:10
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.

CBC Encryption with Fixed IV in Encrypt Function
3 participants