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).
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.
pdfbook/paper.pdf
: PDF version of the full papergitbook/index.html
: HTML version of the full paperdocs/
: Copy ofgitbook
directory, for GitHub Page hosting at: ...src/
: C++ simulation of Zipf study.data/
: Experimental results on confidentiality (Zipf simulation)