Hacker News new | ask | show | jobs
by kmos17 1234 days ago
Congrats on your launch, looks like a very useful tool!

Although I have to say the privacy implications are quite concerning before I'd consider using it personally or for a team.

You mention at rest encryption, how does that work with indexing the data and making search work?

Will you offer retention policies on data?

Any plans to include direct messaging platforms (if they offer api's)?

1 comments

Understand where you're coming from a privacy perspective. Our encryption operates at the file system/storage device layer level so it doesn't affect our index at all other than a small I/O performance hit when storing and accessing data.

W.r.t. retention policies, information is immediately deleted upon account deletion. We also delete all data after account inactivity for 2 months.

Definitely exploring messaging platforms, interestingly enough iMessage (despite not being available via API) can be indexed locally on Macs. Just not something that's on the top of our backlog. Thanks for your thoughts!

> Our encryption operates at the file system/storage device layer level so it doesn't affect our index at all

This means you store most data in plaintext in the index? Enough to reconstruct most of the content?

Yes. We are SOC II certified and have strict limitations on who can access that data and under what circumstances (only if given explicit permission by the user). Definitely understand that could be a deal breaker for some, but with current methods, we believe that this approach will allow us to deliver more powerful search and greater value in the long run.