fle-scala
Installation
SKILL.md
Field-Level Encryption — Scala
The Couchbase Scala SDK does not support Field-Level Encryption. There is no CryptoManager API.
Alternatives
Option 1 — Encrypt in application code before writing:
import javax.crypto.{Cipher, SecretKey}
import javax.crypto.spec.{GCMParameterSpec, SecretKeySpec}
import java.util.Base64