sindbach / field-level-encryption-docker

Sample code for the client-side field level encryption project in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example code for MongoDB Client-Side Field Level Encryption (Docker)

This Repository is NOT a supported MongoDB product

Note: Code samples in this repository are entirely for development & evaluation only. Note that all examples that use local key files are intended only for illustration - for production purposes, the integrated Key Management Service (KMS) option is strongly recommended.

For complete information, please see the MongoDB Client-Side Encryption Documentation and the multi-language CSFLE MedCo tutorial for the latest updates and schema & security architecture guidance.

The snippets in this repository are meant to be simple copy/paste examples to get you up and running quickly to let you explore the main features of MongoDB's client-side encryption.

See also github.com/mongodb-labs/field-level-encryption-sandbox

About

Sample code for the client-side field level encryption project in Docker

License:Apache License 2.0


Languages

Language:Java 44.9%Language:JavaScript 30.3%Language:Dockerfile 24.8%