You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of the DataEncryter - actually the entire edc-extensions/data-encryption module should be greatly simplified. There is no need for a custom implementation of AES encryption, all that's needed is already shipped with Java
WHAT
The implementation of the
DataEncryter
- actually the entireedc-extensions/data-encryption
module should be greatly simplified. There is no need for a custom implementation of AES encryption, all that's needed is already shipped with JavaWHY
Simplification.
HOW
basically this: https://www.baeldung.com/java-aes-encryption-decryption
The text was updated successfully, but these errors were encountered: