1 Repo
Encryption techniques that allow searching over encrypted data without decrypting it first.
Distinct from Encrypted Persistence: Specifically covers the 'queryable' aspect and key management, not just static persistence encryption.
Explore 1 awesome GitHub repository matching security & cryptography · Queryable Encryption. Refine with filters or upvote what's useful.
The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables the storage and retrieval of flexible document data by providing a bridge between Go backends and the database. The driver implements specialized capabilities for semantic vector search, allowing the handling and execution of high-dimensional vector data for similarity-based retrieval. It also supports full-text search via linguistic analysis and programmatic search index management. The project covers a broad range of database operations, including document-based CRUD, bulk
Implements queryable encryption and key management to protect sensitive data at rest.