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

Simplify the DataEncrypter #672

Closed
paullatzelsperger opened this issue Jul 27, 2023 · 0 comments · Fixed by #678
Closed

Simplify the DataEncrypter #672

paullatzelsperger opened this issue Jul 27, 2023 · 0 comments · Fixed by #678
Assignees
Labels
enhancement New feature or request

Comments

@paullatzelsperger
Copy link
Contributor

WHAT

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

WHY

Simplification.

HOW

basically this: https://www.baeldung.com/java-aes-encryption-decryption

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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant