-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
73 lines (70 loc) · 2.62 KB
/
CITATION.cff
File metadata and controls
73 lines (70 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
cff-version: 1.2.0
title: "Encrypted Search: Enabling Standard Information Retrieval on an Encrypted Collection"
message: "If you use this research, please cite it using the metadata from this file."
type: software
authors:
- family-names: Towell
given-names: Alexander R.
email: lex@metafunctor.com
affiliation: Southern Illinois University Edwardsville
orcid: "" # Add your ORCID if available
repository-code: "https://github.com/queelius/encrypted_search_thesis"
url: "https://metafunctor.com/latex/2015-cs-thesis/alex_towell_cs_thesis_proquest.pdf"
identifiers:
- type: other
value: "ProQuest Dissertations & Theses Global"
description: "Published via ProQuest ETD Administrator"
abstract: >-
This repository contains a master's thesis and related research papers on
encrypted search systems, which enable untrusted cloud servers to search
encrypted documents on behalf of authorized users without revealing document
contents or query terms. The research explores secure indexes based on
approximate set data structures (Bloom filters and Perfect Hash Filters),
information leakage analysis, and IR scoring techniques (BM25, proximity
scoring) adapted for encrypted search with plausible deniability.
keywords:
- encrypted search
- privacy-preserving search
- secure indexes
- Bloom filters
- Perfect Hash Filters
- information retrieval
- oblivious computing
- cryptography
license: MIT
version: "1.2.0"
date-released: "2025-01-25"
preferred-citation:
type: thesis
authors:
- family-names: Towell
given-names: Alexander R.
title: "Encrypted Search: Enabling Standard Information Retrieval on an Encrypted Collection"
thesis-type: "Master's Thesis"
institution:
name: "Southern Illinois University Edwardsville"
department: "Department of Computer Science"
year: 2014
location:
name: "Edwardsville, Illinois, USA"
url: "https://metafunctor.com/latex/2015-cs-thesis/alex_towell_cs_thesis_proquest.pdf"
database: "ProQuest Dissertations & Theses Global"
references:
- type: article
authors:
- family-names: Towell
given-names: Alexander R.
- family-names: Fujinoki
given-names: Hiroshi
title: "Fail-Safe Security Architecture for Encrypted Search Using Perfect Filters"
year: 2015
notes: "Unpublished manuscript"
- type: article
authors:
- family-names: Towell
given-names: Alexander R.
- family-names: Fujinoki
given-names: Hiroshi
title: "Perfect Filter Secure Indexes: A Taxonomy of Privacy-Preserving Data Structures for Encrypted Search"
year: 2015
notes: "Unpublished manuscript"