{"id":{"repo_id":"auckland-ms","oai_identifier":"oai:researchspace.auckland.ac.nz:2292/67840"},"canonical_url":"https://search.dev.ndltd.org/etd/auckland-ms/oai:researchspace.auckland.ac.nz:2292/67840","repository":{"repo_id":"auckland-ms","name":"University of Auckland","base_url":"https://researchspace.auckland.ac.nz/server/oai/request"},"display":{"title":"Practical and Secure Searchable Symmetric Encryption Constructions","abstract":"Searchable symmetric encryption (SSE) enables secure searching of encrypted databases (i.e., a set of documents) outsourced to an untrusted server. Dynamic SSE (DSSE) extends this to allow secure updates to the encrypted database. However, SSE constructions have a trade-off between security, performance, and query expressiveness. The thesis enhances this trade-off through innovative designs and provides some new insights. Our first two contributions focus on DSSE working in the malicious model (known as verifiable DSSE (VDSSE)) and mainly concern single-keyword searches. The first contribution identifies a neglected issue whereby incorrect updates by the client can cause serious vulnerabilities for most VDSSE schemes.We propose a generic and efficient solution that can make any single-keyword DSSE scheme verifiable and tolerate incorrect updates from the client. The second contribution points out that the existing sound methods for verifying the integrity of document contents depend on expensive public-key techniques and proposes an efficient approach that only relies on lightweight symmetric techniques to verify document contents. We then consider Boolean searches that return documents satisfying a Boolean formula over multiple keywords. We focus on a leakage profile called the keyword pair result pattern (KPRP), which refers to the intersection of documents matched by any two keywords involved in a search. Attackers can leverage KPRP to recover searched keywords; hence KPRP should be hidden. However, existing KPRP-hiding solutions either incur overhead linear to the database size or have severe limitations, such as bringing false positive results, suffering from high round complexity, or failing to support dynamic databases. To address these issues, the thesis proposes new cryptographic primitives in its third and fourth contributions. The third contribution designs a primitive called Result-hiding Filter (RH-Filter) and uses it to achieve a Boolean SSE scheme (named HBS). HBS supports a rich class of Boolean queries, providing accurate search results while only requiring single-round interaction. The fourth contribution proposes a scheme named HDXT, which uses a new primitive called Attribute-updatable Hidden Map Encryption (AUHME) to ensure KPRP-hiding in the dynamic setting while demonstrating excellent search efficiency.","abstract_html":"Searchable symmetric encryption (SSE) enables secure searching of encrypted databases (i.e., a set of documents) outsourced to an untrusted server. Dynamic SSE (DSSE) extends this to allow secure updates to the encrypted database. However, SSE constructions have a trade-off between security, performance, and query expressiveness. The thesis enhances this trade-off through innovative designs and provides some new insights. Our first two contributions focus on DSSE working in the malicious model (known as verifiable DSSE (VDSSE)) and mainly concern single-keyword searches. The first contribution identifies a neglected issue whereby incorrect updates by the client can cause serious vulnerabilities for most VDSSE schemes.We propose a generic and efficient solution that can make any single-keyword DSSE scheme verifiable and tolerate incorrect updates from the client. The second contribution points out that the existing sound methods for verifying the integrity of document contents depend on expensive public-key techniques and proposes an efficient approach that only relies on lightweight symmetric techniques to verify document contents. We then consider Boolean searches that return documents satisfying a Boolean formula over multiple keywords. We focus on a leakage profile called the keyword pair result pattern (KPRP), which refers to the intersection of documents matched by any two keywords involved in a search. Attackers can leverage KPRP to recover searched keywords; hence KPRP should be hidden. However, existing KPRP-hiding solutions either incur overhead linear to the database size or have severe limitations, such as bringing false positive results, suffering from high round complexity, or failing to support dynamic databases. To address these issues, the thesis proposes new cryptographic primitives in its third and fourth contributions. The third contribution designs a primitive called Result-hiding Filter (RH-Filter) and uses it to achieve a Boolean SSE scheme (named HBS). HBS supports a rich class of Boolean queries, providing accurate search results while only requiring single-round interaction. The fourth contribution proposes a scheme named HDXT, which uses a new primitive called Attribute-updatable Hidden Map Encryption (AUHME) to ensure KPRP-hiding in the dynamic setting while demonstrating excellent search efficiency.","abstract_has_math":false,"creators":["Yuan, Dandan"],"institution":"ResearchSpace@Auckland","degree_name":"PhD","degree_level":"Doctoral","degree_discipline":"Computer Science","degree_department":null,"school":null,"contributors":[],"advisors":["Russello, Giovanni","Galbraith, Steven"],"committee_chairs":[],"committee_members":[],"year":2023,"date_issued":"2023","date_published":"2023","updated_at":"2026-07-24T01:03:56Z","subjects":[],"languages":[],"rights":["Items in ResearchSpace are protected by copyright, with all rights reserved, unless otherwise indicated."],"rights_urls":["https://researchspace.auckland.ac.nz/docs/uoa-docs/rights.htm"],"identifier_entries":[]},"links":{"outbound_url":"https://hdl.handle.net/2292/67840","outbound_label":"Handle","outbound_source":"dc:identifier.uri"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor.advisor","label":"Advisor","values":["Russello, Giovanni","Galbraith, Steven"]},{"key":"dc:creator","label":"Author","values":["Yuan, Dandan"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date.accessioned","label":"Dc Date Accessioned","values":["2024-03-19T01:05:08Z"]},{"key":"dc:date.available","label":"Dc Date Available","values":["2024-03-19T01:05:08Z"]},{"key":"dc:date.issued","label":"Date","values":["2023"]},{"key":"dc:publisher","label":"Institution","values":["ResearchSpace@Auckland"]},{"key":"dc:type","label":"Dc Type","values":["Thesis"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Computer Science"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Doctoral"]},{"key":"thesis:degree_name","label":"Degree Name","values":["PhD"]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["The University of Auckland"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:rights","label":"Dc Rights","values":["Items in ResearchSpace are protected by copyright, with all rights reserved, unless otherwise indicated."]},{"key":"dc:rights.uri","label":"Rights URI","values":["https://researchspace.auckland.ac.nz/docs/uoa-docs/rights.htm"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier.uri","label":"Identifier URI","values":["https://hdl.handle.net/2292/67840"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description.abstract","label":"Abstract","values":["Searchable symmetric encryption (SSE) enables secure searching of encrypted databases (i.e., a set of documents) outsourced to an untrusted server. Dynamic SSE (DSSE) extends this to allow secure updates to the encrypted database. However, SSE constructions have a trade-off between security, performance, and query expressiveness. The thesis enhances this trade-off through innovative designs and provides some new insights. Our first two contributions focus on DSSE working in the malicious model (known as verifiable DSSE (VDSSE)) and mainly concern single-keyword searches. The first contribution identifies a neglected issue whereby incorrect updates by the client can cause serious vulnerabilities for most VDSSE schemes.We propose a generic and efficient solution that can make any single-keyword DSSE scheme verifiable and tolerate incorrect updates from the client. The second contribution points out that the existing sound methods for verifying the integrity of document contents depend on expensive public-key techniques and proposes an efficient approach that only relies on lightweight symmetric techniques to verify document contents. We then consider Boolean searches that return documents satisfying a Boolean formula over multiple keywords. We focus on a leakage profile called the keyword pair result pattern (KPRP), which refers to the intersection of documents matched by any two keywords involved in a search. Attackers can leverage KPRP to recover searched keywords; hence KPRP should be hidden. However, existing KPRP-hiding solutions either incur overhead linear to the database size or have severe limitations, such as bringing false positive results, suffering from high round complexity, or failing to support dynamic databases. To address these issues, the thesis proposes new cryptographic primitives in its third and fourth contributions. The third contribution designs a primitive called Result-hiding Filter (RH-Filter) and uses it to achieve a Boolean SSE scheme (named HBS). HBS supports a rich class of Boolean queries, providing accurate search results while only requiring single-round interaction. The fourth contribution proposes a scheme named HDXT, which uses a new primitive called Attribute-updatable Hidden Map Encryption (AUHME) to ensure KPRP-hiding in the dynamic setting while demonstrating excellent search efficiency."]},{"key":"dc:title","label":"Title","values":["Practical and Secure Searchable Symmetric Encryption Constructions"]}]}],"canonical_facts":{"dc:contributor.advisor":["Russello, Giovanni","Galbraith, Steven"],"dc:creator":["Yuan, Dandan"],"dc:date.accessioned":["2024-03-19T01:05:08Z"],"dc:date.available":["2024-03-19T01:05:08Z"],"dc:date.issued":["2023"],"dc:description.abstract":["Searchable symmetric encryption (SSE) enables secure searching of encrypted databases (i.e., a set of documents) outsourced to an untrusted server. Dynamic SSE (DSSE) extends this to allow secure updates to the encrypted database. However, SSE constructions have a trade-off between security, performance, and query expressiveness. The thesis enhances this trade-off through innovative designs and provides some new insights. Our first two contributions focus on DSSE working in the malicious model (known as verifiable DSSE (VDSSE)) and mainly concern single-keyword searches. The first contribution identifies a neglected issue whereby incorrect updates by the client can cause serious vulnerabilities for most VDSSE schemes.We propose a generic and efficient solution that can make any single-keyword DSSE scheme verifiable and tolerate incorrect updates from the client. The second contribution points out that the existing sound methods for verifying the integrity of document contents depend on expensive public-key techniques and proposes an efficient approach that only relies on lightweight symmetric techniques to verify document contents. We then consider Boolean searches that return documents satisfying a Boolean formula over multiple keywords. We focus on a leakage profile called the keyword pair result pattern (KPRP), which refers to the intersection of documents matched by any two keywords involved in a search. Attackers can leverage KPRP to recover searched keywords; hence KPRP should be hidden. However, existing KPRP-hiding solutions either incur overhead linear to the database size or have severe limitations, such as bringing false positive results, suffering from high round complexity, or failing to support dynamic databases. To address these issues, the thesis proposes new cryptographic primitives in its third and fourth contributions. The third contribution designs a primitive called Result-hiding Filter (RH-Filter) and uses it to achieve a Boolean SSE scheme (named HBS). HBS supports a rich class of Boolean queries, providing accurate search results while only requiring single-round interaction. The fourth contribution proposes a scheme named HDXT, which uses a new primitive called Attribute-updatable Hidden Map Encryption (AUHME) to ensure KPRP-hiding in the dynamic setting while demonstrating excellent search efficiency."],"dc:identifier.uri":["https://hdl.handle.net/2292/67840"],"dc:publisher":["ResearchSpace@Auckland"],"dc:rights":["Items in ResearchSpace are protected by copyright, with all rights reserved, unless otherwise indicated."],"dc:rights.uri":["https://researchspace.auckland.ac.nz/docs/uoa-docs/rights.htm"],"dc:title":["Practical and Secure Searchable Symmetric Encryption Constructions"],"dc:type":["Thesis"],"thesis:degree_discipline":["Computer Science"],"thesis:degree_level":["Doctoral"],"thesis:degree_name":["PhD"],"thesis:institution_name":["The University of Auckland"]},"updated_at":"2026-07-24T01:03:56Z"}