commit 990255295b17cfbb9d78495bc2ceec2c880cf369
parent a331b5ac4ad5e518dc3a92cd372c61bbdba43f01
Author: Len Sassaman <rabbi@abditum.com>
Date: Tue, 20 Mar 2007 18:05:29 +0000
Added a number of PIR-related papers. Should PIR have its own www_section?
svn:r197
Diffstat:
| M | anonbib.bib | | | 108 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 108 insertions(+), 0 deletions(-)
diff --git a/anonbib.bib b/anonbib.bib
@@ -16,6 +16,7 @@
@string{proofs = "Provable shuffles"}
@string{methods = "Formal methods"}
@string{nym = "Pseudonymity"}
+%@string{pir = "Private Information Retrieval"}
@string{economics = "Economics"}
@string{censorship = "Communications Censorship"}
@string{misc = "Misc"}
@@ -2302,3 +2303,110 @@ Distributed Computing Systems (ICDCS)},
www_section = traffic,
}
+@inproceedings{goldberg-2007,
+ title = {{Improving the Robustness of Private Information Retrieval}},
+ author = {Ian Goldberg},
+ booktitle = {Proceedings of the 2007 IEEE Symposium on Security and Privacy},
+ year = {2007},
+ month = {May},
+ www_pdf_url = {http://www.cypherpunks.ca/~iang/pubs/robustpir.pdf},
+ www_section = comms,
+}
+
+@inproceedings{beimel-robust,
+ author = {A. Beimel and Y. Stahl},
+ title = {Robust information-theoretic private information retrieval},
+ booktitle = {3rd Conf. on Security in Communication Networks},
+ editor = {S. Cimato C. Galdi G. Persiano },
+ publisher = {Springer-Verlag},
+ series = {Lecture Notes in Computer Science},
+ pages = {326-341},
+ volume = {2576},
+ year = {2002}
+ www_pdf_url = {http://www.cs.bgu.ac.il/~beimel/Papers/BS.pdf},
+ www_ps_url = {http://www.cs.bgu.ac.il/~beimel/Papers/BS.ps},
+ www_section = comms,
+}
+
+@techreport{cosic-2007-001,
+ author = {Len Sassaman and Bart Preneel},
+ title = {{The Byzantine Postman Problem: A Trivial Attack Against
+PIR-based Nym Servers}},
+ year = {2007},
+ month = {February},
+ institution = {Katholieke Universiteit Leuven},
+ number = {ESAT-COSIC 2007-001},
+ www_pdf_url = {http://www.cosic.esat.kuleuven.be/publications/article-880.pdf},
+ www_section = comms,
+}
+
+@article{beimel01informationtheoretic,
+ author = {Amos Beimel and Yuval Ishai},
+ title = {Information-Theoretic Private Information Retrieval: {A}
+Unified Construction},
+ journal = {Lecture Notes in Computer Science},
+ volume = {2076},
+ pages = {89--98},
+ year = {2001},
+ www_pdf_url = {http://www.cs.bgu.ac.il/~beimel/Papers/BI.pdf},
+ www_section = comms,
+}
+
+@inproceedings{CPIR,
+ author = {Benny Chor and Niv Gilboa},
+ title = {Computationally private information retrieval (extended abstract)},
+ booktitle = {STOC '97: Proceedings of the twenty-ninth annual ACM symposium
+on Theory of Computing},
+ year = {1997},
+ isbn = {0-89791-888-6},
+ pages = {304--313},
+ location = {El Paso, Texas, United States},
+ doi = {http://doi.acm.org/10.1145/258533.258609},
+ publisher = {ACM Press},
+ address = {New York, NY, USA},
+ www_pdf_url = {http://citeseer.ist.psu.edu/cache/papers/cs/4624/http:zSzzSzwww.cs.technion.ac.ilzSz~gilboazSzstoc_final.pdf/chor97computationally.pdf},
+ www_ps_url = {http://www.cs.technion.ac.il/~gilboa/stoc_final.ps}
+ www_section = comms,
+}
+
+@inproceedings{pir,
+ title = {Private Information Retrieval},
+ author = {Benny Chor and Oded Goldreich and Eyal Kushilevitz and Madhu
+Sudan},
+ booktitle = {{IEEE} Symposium on Foundations of Computer Science},
+ pages = {41-50},
+ year = {1995},
+ www_ps_url = {http://theory.lcs.mit.edu/~madhu/papers/pir-journ.ps},
+ www_section = comms,
+}
+
+@inproceedings{beimel-barrier,
+ title = {{Breaking the $O(n^{1/(2k-1)})$ Barrier for Information-Theoretic Private Information Retrieval}},
+ author = {Amos Beimel and Yuval Ishai and Eyal Kushilevitz and Jean-Fran\c{c}ois Raymond},
+ booktitle = {Proceedings of the 43rd IEEE Symposium on Foundations of Computer Science (FOCS)},
+ year = {2002},
+ www_pdf_url = {http://www.cs.bgu.ac.il/~beimel/Papers/BIKR.pdf},
+ www_section = comms,
+}
+
+@inproceedings{tau-indy,
+ author = {Yael Gertner and Shafi Goldwasser and Tal Malkin},
+ title = {A Random Server Model for Private Information Retrieval or How to Achieve Information Theoretic PIR Avoiding Database Replication},
+ booktitle = {RANDOM '98: Proceedings of the Second International Workshop on Randomization and Approximation Techniques in Computer Science},
+ year = {1998},
+ isbn = {3-540-65142-X},
+ pages = {200--217},
+ publisher = {Springer-Verlag},
+ address = {London, UK},
+ www_ps_url = {http://eprint.iacr.org/1998/013.ps.gz},
+ www_section = comms,
+}
+
+@article{kissner04private,
+ author = {L. Kissner and A. Oprea and M. Reiter and D. Song and K. Yang},
+ title = {Private keywordbased push and pull with applications to anonymous
+communication (Extended Abstract)},
+ journal = {Applied Cryptography and Network Security},
+ year = {2004},
+ www_pdf_url = {http://www.cs.cmu.edu/~alina/papers/p3.pdf},
+ }