Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.24 KB

File metadata and controls

19 lines (13 loc) · 1.24 KB

Encrypted Search: A Probabilistic Estimator of Confidentiality

This repository contains research on measuring the confidentiality of encrypted search systems against an adversary that observes hidden queries to infer plaintext queries.

This paper is written in Bookdown and provides output options for PDF (pdfbook) and HTML (gitbook).

Abstract

We propose a confidentiality measure for plaintext queries against an adversary that observes corresponding hidden queries. An adversary employs a plaintext attack to infer a mapping from hidden to plaintext queries. We apply the estimator to an encrypted search system that maintains a minimum confidentiality level. A bootstrap method estimates the sampling distribution of confidentiality over query histories. This provides a probabilistic assessment of confidentiality, like the chance that an adversary infers over 70% of queries. We also propose mapping entropy to a lower bound on confidentiality.

Contents

  • pdfbook/paper.pdf: PDF version of the full paper
  • gitbook/index.html: HTML version of the full paper
  • docs/: Copy of gitbook directory, for GitHub Page hosting at: ...
  • src/: C++ simulation of Zipf study.
  • data/: Experimental results on confidentiality (Zipf simulation)