Questions tagged [secure-index]

5 questions
7
votes
1 answer

Is it possible to match encrypted documents using user-defined search terms?

Suppose I am storing a number of encrypted documents in a database. I would like to make it possible to identify the subset of documents whose contents match user-specified search terms without a) maintaining a plaintext index or b) decrypting…
nw.
  • 173
  • 5
5
votes
1 answer

Are there any Implementations of Secure Indexes?

There are several papers about Secure Indexes, for Example "Searchable Symmetric Encryption: Improved Definitions and Efficient Constructions" and "Secure Indexes". I'm trying to build a system, that uses secure indexes to store and search data.…
itsme
  • 167
  • 1
3
votes
0 answers

Public key encrypted searchable index

I'm trying to implement system for encrypted and searchable audit logs. The system will work in the following manner: There will be an untrusted audit log server, where all the logs will be saved and which will return audit logs corresponding to…
Marmellad
  • 131
  • 2
1
vote
1 answer

lookup encrypted text by clear text without decryption

I've implemented vouchers module in my web project where I use it to generate redeem get etc... vouchers. since voucher codes are considered sensitive, I've considered to encrypt them using AES-GCM. but how can I query clear voucher code to…
0
votes
1 answer

How to test massives amount of links?

Ok, I have a wordlist of many many links (of the same site with a bit of difference in URL). I'm certain that the majority of then will return the same result, a error page. But one will return the "correct" page. The point is: Is there a automatic…