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

[4.0] JCEEncryptor default encryption algorithm upgrade (#2004) - backport from master #2122

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

rfelcman
Copy link
Contributor

JCEEncryptor default encryption algorithm upgrade from AES/CBC/PKCS5Padding to AES/GCM/NoPadding . Plus extended unit test.

  • for AES/GCM/NoPadding random initialization vector (IV) instead of static one.
  • shell scripts added, resource strings moved to localization bundle DBWS builder test fix

(cherry picked from commit 149e9ce)

JCEEncryptor default encryption algorithm upgrade from AES/CBC/PKCS5Padding to AES/GCM/NoPadding .
Plus extended unit test.
- for AES/GCM/NoPadding random initialization vector (IV) instead of static one.
- shell scripts added, resource strings moved to localization bundle
DBWS builder test fix

Signed-off-by: Radek Felcman <[email protected]>

(cherry picked from commit 149e9ce)
Signed-off-by: Radek Felcman <[email protected]>
@rfelcman rfelcman merged commit a92ca07 into eclipse-ee4j:4.0 Apr 30, 2024
2 of 3 checks passed
@rfelcman rfelcman deleted the encryptor_upgrade_4.0 branch April 30, 2024 12:13
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