diff --git a/applications/abstract.tex b/applications/abstract.tex index 6bb8a86..728a118 100644 --- a/applications/abstract.tex +++ b/applications/abstract.tex @@ -10,8 +10,9 @@ \end{itemize} \emph{Reading:} -You should read on the use of entropy to estimate anonymity: -\citetitle{Eckersley2010hui}~\cite{Eckersley2010hui}. -This is then utilised in the text \citetitle{Bosk2013gl}~\cite{Bosk2013gl} (in -Swedish), and \citetitle{Komanduri2011opa}~\cite{Komanduri2011opa} which treats -passwords. +You should read on the use of entropy to estimate identifiability, +\citetitle{Eckersley2010hui}~\cite{Eckersley2010hui}; +anonymity, \citetitle{MeasuringAnonymity}~\cite{MeasuringAnonymity} and +\citetitle{InfoTheoreticMetricForAnonymity}~\cite{InfoTheoreticMetricForAnonymity} +(read one of these); +password variety, \citetitle{Komanduri2011opa}~\cite{Komanduri2011opa}. diff --git a/applications/applications.bib b/applications/applications.bib index f1efdaf..9c59dfb 100644 --- a/applications/applications.bib +++ b/applications/applications.bib @@ -121,3 +121,39 @@ @TechReport{GuessingHumanChosenSecrets institution = {University of Cambridge, Computer Laboratory}, number = {UCAM-CL-TR-819} } + +@Inbook{MeasuringAnonymity, + author="D{\'i}az, Claudia + and Seys, Stefaan + and Claessens, Joris + and Preneel, Bart", + editor="Dingledine, Roger + and Syverson, Paul", + title="Towards Measuring Anonymity", + bookTitle="Privacy Enhancing Technologies: Second International Workshop, PET + 2002 San Francisco, CA, USA, April 14--15, 2002 Revised Papers", + year="2003", + publisher="Springer Berlin Heidelberg", + address="Berlin, Heidelberg", + pages="54--68", + isbn="978-3-540-36467-2", + doi="10.1007/3-540-36467-6_5", + url="http://dx.doi.org/10.1007/3-540-36467-6_5" +} + +@Inbook{InfoTheoreticMetricForAnonymity, + author="Serjantov, Andrei + and Danezis, George", + editor="Dingledine, Roger + and Syverson, Paul", + title="Towards an Information Theoretic Metric for Anonymity", + bookTitle="Privacy Enhancing Technologies: Second International Workshop, PET + 2002 San Francisco, CA, USA, April 14--15, 2002 Revised Papers", + year="2003", + publisher="Springer Berlin Heidelberg", + address="Berlin, Heidelberg", + pages="41--53", + isbn="978-3-540-36467-2", + doi="10.1007/3-540-36467-6_4", + url="http://dx.doi.org/10.1007/3-540-36467-6_4" +}