# java-rabbit-rolodex **Repository Path**: mirrors_couchbaselabs/java-rabbit-rolodex ## Basic Information - **Project Name**: java-rabbit-rolodex - **Description**: Sample project for JSON Field-Level Encryption with Jackson and the Couchbase Java SDK - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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