# Bestie-Code **Repository Path**: cse-crypto/bestie-code ## Basic Information - **Project Name**: Bestie-Code - **Description**: The experimental code of paper Bestie: Very practical searchable encryption with forward and backward security - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-02-21 - **Last Updated**: 2023-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bestie: Very practical searchable encryption with forward and backward security This repository open-sources the experimental code used in the paper **Bestie: Very practical searchable encryption with forward and backward security**. To run the provided code, one needs to install [gmp](https://gmplib.org/) library and [OpenSSL](https://www.openssl.org/) library in the standard directories in Ubuntu, and use [cmake](https://cmake.org/) to compile the code.