Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Searchable symmetric encryption ( SSE ) is a form of encryption that allows one to efficiently search over a collection of encrypted documents or files
Searchable symmetric encryption SSE is a form of encryption that allows one to efficiently search over a collection of encrypted documents or files without the ability to decrypt them. SSE can be used to outsource files to an untrusted cloud storage server without ever revealing the files in the clear but while preserving the servers ability to search over them. Keyword search using an SSE scheme can be illustrated in Figure
Figure Create Search Token, Search, Decrypt Retrieved Documents
Suppose you wish to store the following five documents with given keywords on a cloud server using SSE:
Document : School University, Lecture
Document : Tutorial Assignment
Document : University School, Tutorial
Document : Team Scores
Document : School Codes
Assume that the secret key for token generation: your student ID and the secret key for encryption key generation: your email address, and the Pseudorandom Function PRF is HMACSHA and the encryption algorithm is Advanced Encryption Standard AES with bits key size.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started