Findex is a Symmetric Searchable Encryption (SSE) library that enables encrypted search over encrypted data. It allows you to securely index and search encrypted data without compromising privacy or security.
This repository is organized as a Rust workspace with two crates:
-
cosmian_findex
: Core library implementing the SSE algorithms -
cosmian_sse_memories
: Storage back-end implementations for different databases
Findex Server - A production-ready Findex server implementation
This project is licensed under the Business Source License 1.1 (BUSL-1.1).