Tell me more ×
Cryptography Stack Exchange is a question and answer site for software developers, mathematicians and others interested in cryptography. It's 100% free, no registration required.

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. Are there any existing solutions out there which implement these types of schemes?

share|improve this question
Am curious , if you made any progress. – sashank Jul 31 '12 at 15:01
1  
This question is hard to answer. Clearly no one on here knows of a publically available implementation or they would have answered. That said, no one is apparently willing to say that one doesn't exist (and rightfully so). You've put us in a difficult position :) – mikeazo Oct 2 '12 at 14:42

1 Answer

Cryptdb has a search component which implements techniques from this paper this might be helpful to get some insights and get started , cryptdb is open sourced code is available

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.