https://github.com/couchbaselabs/java-rabbit-rolodex
Sample project for JSON Field-Level Encryption with Jackson and the Couchbase Java SDK
https://github.com/couchbaselabs/java-rabbit-rolodex
couchbase encryption jackson json
Last synced: 2 months ago
JSON representation
Sample project for JSON Field-Level Encryption with Jackson and the Couchbase Java SDK
- Host: GitHub
- URL: https://github.com/couchbaselabs/java-rabbit-rolodex
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2021-01-23T05:02:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T23:32:08.000Z (about 4 years ago)
- Last Synced: 2026-04-21T11:00:02.558Z (3 months ago)
- Topics: couchbase, encryption, jackson, json
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Rabbit Rolodex
A sample project that reveals the secrets of Field-Level Encryption with the Couchbase Java SDK.
This code accompanies the Couchbase Connect 2021 presentation, [Keeping Secrets with Field-Level Encryption (YouTube)](https://www.youtube.com/watch?v=QQ8t4i8ai0s).
Requires:
* JDK 1.8 or later
* Couchbase Server running on localhost
* A Couchbase user called `Administrator` with password `password`
* A Couchbase bucket called `default`
Edit `app/src/main/java/com/couchbase/example/encryption/App.java` if you'd like to use different Couchbase credentials or bucket.
To run the example:
./gradlew run