wallix/PEPS

Search and Encryption, how do they work together ?

changwuf31 opened this issue · 2 comments

Would you be willing to elaborate more on the concept on how these two things work together. I assume that the indexes on solr are not encrypted, yes ?

hbbio commented

Exactly.
Messages and files which are encrypted are currently not indexed.
It is feasible to add search to encrypted data but it is costly in terms of performance and bandwidth so we decided to save the feature for later.

Ic, thank you @hbbio for the explanation 👍