|
|
|
|
|
by randaouser
2738 days ago
|
|
I started working on fuzzy matching searchable encryption for this very reason; you can send an encrypted search term and match using jaccard similarity to an encrypted index of similar documents without information leakage of the search query or the encrypted document. This is the state of the art at the moment and would be useful for such things as:
1)Private search over encrypted documents
2)getting your FICO score like equifax without leaking any information
3)finding genetic treatments for conditions you are predisposed to without revealing your private genetic makeup or a pharmaceutical companies patented gene therapy sequence Typically retrieval of the document would require a TOR like network. Ill post a link to my work in the near future. Msg me if you're interested. |
|