top | item 46654779

(no title)

Privavault | 1 month ago

The zero-knowledge architecture is crucial for this use case. One thing I've been contemplating while building PrivaVault (launching next week) is the tension between E2EE and search/organization features. Users need to find their documents quickly, but you can't build server-side search if you can't read the content.

We ended up implementing client-side encrypted search indices that sync across devices—adds complexity but preserves the zero-knowledge guarantee. Curious how Agam Space handles this? The demo looks clean, but I couldn't tell if search works on encrypted content or just filenames.

discuss

order

rameshl|1 month ago

No currently it don’t have search functionality, and i have the same plan as yours, client side indexes, persisted encrypted at the server side, its the only way.