Skip to content

feat: Add Hibernate AttributeConverter for Encrypted String Value#744

Merged
boubaker merged 1 commit into
developfrom
meed-add-string-encrypted-db-value
Apr 28, 2026
Merged

feat: Add Hibernate AttributeConverter for Encrypted String Value#744
boubaker merged 1 commit into
developfrom
meed-add-string-encrypted-db-value

Conversation

@boubaker
Copy link
Copy Markdown
Member

This change will allow to encrypt sensitive persisted Strings to enhance DB leak protection, using an encrypter which has its key stored in file-system which may enhance the complexity to hack the protected value by making it more complex to decrypt.

This change will allow to encrypt sensitive persisted Strings to enhance DB leak protection, using an encrypter which has its key stored in filesystem which may enhance the complexity to hack the protected value by making it more complex to decrypt.
@boubaker boubaker requested review from AzmiTouil and sofyenne April 28, 2026 12:51
@boubaker boubaker enabled auto-merge (squash) April 28, 2026 12:51
@sonarqubecloud
Copy link
Copy Markdown

@boubaker boubaker merged commit 0f8021f into develop Apr 28, 2026
11 checks passed
@boubaker boubaker deleted the meed-add-string-encrypted-db-value branch April 28, 2026 12:57
exo-swf pushed a commit that referenced this pull request Apr 28, 2026
This change will allow to encrypt sensitive persisted Strings to enhance
DB leak protection, using an encrypter which has its key stored in
file-system which may enhance the complexity to hack the protected value
by making it more complex to decrypt.
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