diff --git a/bibfile.bib b/bibfile.bib index 93dbf746e84ecb815f19cdb91a3173587777b3e9..b098c38d3a788d5211ef3d075c2e848a225a3047 100644 --- a/bibfile.bib +++ b/bibfile.bib @@ -43,6 +43,7 @@ journal = {CoRR}, volume = {abs/1202.5150}, year = {2012}, + pages = {1--25}, url = {http://arxiv.org/abs/1202.5150}, archivePrefix = {arXiv}, eprint = {1202.5150}, @@ -71,4 +72,57 @@ Our novel ORAM controller aggressively exploits the HC-2ex's high DRAM bank parallelism to reduce ORAM access latency and scales well to a large number of memory channels. PHANTOM is efficient in both area and performance: accessing 4KB of data from a 1GB ORAM takes 26.2us (13.5us until the data is available), a 32x slowdown over accessing 4KB from regular memory, while SQLite queries on a population database see 1.2-6x slowdown. } -} \ No newline at end of file +} + +@inproceedings{Kellaris:2016:GAS:2976749.2978386, + author = {Kellaris, Georgios and Kollios, George and Nissim, Kobbi and O'Neill, Adam}, + title = {Generic Attacks on Secure Outsourced Databases}, + booktitle = {Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security}, + series = {CCS '16}, + year = {2016}, + isbn = {978-1-4503-4139-4}, + location = {Vienna, Austria}, + pages = {1329--1340}, + numpages = {12}, + url = {http://doi.acm.org/10.1145/2976749.2978386}, + doi = {10.1145/2976749.2978386}, + acmid = {2978386}, + publisher = {ACM}, + address = {New York, NY, USA}, + keywords = {generic attacks, secure outsourced databases}, +} + +@inproceedings{Naveed:2015:IAP:2810103.2813651, + author = {Naveed, Muhammad and Kamara, Seny and Wright, Charles V.}, + title = {Inference Attacks on Property-Preserving Encrypted Databases}, + booktitle = {Proceedings of the 22Nd ACM SIGSAC Conference on Computer and Communications Security}, + series = {CCS '15}, + year = {2015}, + isbn = {978-1-4503-3832-5}, + location = {Denver, Colorado, USA}, + pages = {644--655}, + numpages = {12}, + url = {http://doi.acm.org/10.1145/2810103.2813651}, + doi = {10.1145/2810103.2813651}, + acmid = {2813651}, + publisher = {ACM}, + address = {New York, NY, USA}, + keywords = {deterministic encryption, encrypted databases, inference attacks, order-preserving encryption, property-preserving encryption}, +} + +@inproceedings{Dautrich:2013:CPP:2452376.2452397, + author = {Dautrich,Jr., Jonathan L. and Ravishankar, Chinya V.}, + title = {Compromising Privacy in Precise Query Protocols}, + booktitle = {Proceedings of the 16th International Conference on Extending Database Technology}, + series = {EDBT '13}, + year = {2013}, + isbn = {978-1-4503-1597-5}, + location = {Genoa, Italy}, + pages = {155--166}, + numpages = {12}, + url = {http://doi.acm.org/10.1145/2452376.2452397}, + doi = {10.1145/2452376.2452397}, + acmid = {2452397}, + publisher = {ACM}, + address = {New York, NY, USA}, +} \ No newline at end of file diff --git a/static/papers/compromising-privacy-in-precise-query-protocols.pdf b/static/papers/compromising-privacy-in-precise-query-protocols.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f0a7b1dec8ac2845e8c0c3578a8b526b70740a1d Binary files /dev/null and b/static/papers/compromising-privacy-in-precise-query-protocols.pdf differ diff --git a/static/papers/generic-attacks-on-secure-outsourced-databases.pdf b/static/papers/generic-attacks-on-secure-outsourced-databases.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bf7cb2598eff57be41811b97db076484ba4e051e Binary files /dev/null and b/static/papers/generic-attacks-on-secure-outsourced-databases.pdf differ diff --git a/static/papers/inference-attacks-on-property-preserving-encrypted-databases.pdf b/static/papers/inference-attacks-on-property-preserving-encrypted-databases.pdf new file mode 100644 index 0000000000000000000000000000000000000000..917f345c16b876823465c3898771822eeee060e7 Binary files /dev/null and b/static/papers/inference-attacks-on-property-preserving-encrypted-databases.pdf differ diff --git a/static/papers/orams-comparison.pdf b/static/papers/oblivious-ram-a-dissection-and-experimental-evaluation.pdf similarity index 100% rename from static/papers/orams-comparison.pdf rename to static/papers/oblivious-ram-a-dissection-and-experimental-evaluation.pdf diff --git a/static/papers/path-oram.pdf b/static/papers/path-oram-an-extremely-simple-oblivious-ram-protocol.pdf similarity index 100% rename from static/papers/path-oram.pdf rename to static/papers/path-oram-an-extremely-simple-oblivious-ram-protocol.pdf diff --git a/static/papers/orams.pdf b/static/papers/software-protection-and-simulation-on-oblivious-rams.pdf similarity index 100% rename from static/papers/orams.pdf rename to static/papers/software-protection-and-simulation-on-oblivious-rams.pdf