-
Notifications
You must be signed in to change notification settings - Fork 192
Field Level Encryption [DATACOUCH-455] #763
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
Closed
Labels
Milestone
Comments
com.couchbase.client couchbase-encryption ${version} |
mikereiche
added a commit
that referenced
this issue
Aug 26, 2022
Note that an @Encrypted property object that contains an @Encrypted property is not supported and will result in an exception. Closes #763.
mikereiche
added a commit
that referenced
this issue
Aug 26, 2022
Note that an @Encrypted property object that contains an @Encrypted property is not supported and will result in an exception. Closes #763.
mikereiche
added a commit
that referenced
this issue
Aug 26, 2022
Note that an @Encrypted property object that contains an @Encrypted property is not supported and will result in an exception. Closes #763.
mikereiche
added a commit
that referenced
this issue
Aug 26, 2022
Note that an @Encrypted property object that contains an @Encrypted property is not supported and will result in an exception. Closes #763.
mikereiche
added a commit
that referenced
this issue
Aug 26, 2022
Note that an @Encrypted property object that contains an @Encrypted property is not supported and will result in an exception. Closes #763.
mikereiche
added a commit
that referenced
this issue
Aug 26, 2022
Note that an @Encrypted property object that contains an @Encrypted property is not supported and will result in an exception. Closes #763.
mikereiche
added a commit
that referenced
this issue
Aug 29, 2022
Note that an @Encrypted property object that contains an @Encrypted property is not supported and will result in an exception. Closes #763.
mikereiche
added a commit
that referenced
this issue
Sep 9, 2022
mikereiche
added a commit
that referenced
this issue
Sep 12, 2022
5 tasks
mikereiche
added a commit
that referenced
this issue
Sep 13, 2022
mikereiche
added a commit
that referenced
this issue
Oct 7, 2022
mikereiche
added a commit
that referenced
this issue
Oct 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Domenico Ursoleo opened DATACOUCH-455 and commented
Couchbase has a Field Level Encryption feature that encrypt field of a Document simply putting the
@EncryptField
annotation on a field of the document model and addind a CryptoManager to the environment,With this configuration:
Given the model
Persisting it via a simple CrudRepository should encrypt the password like calling the native couchbase java client:
Affects: 3.1.8 (Lovelace SR8)
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: