vacp2p / research

Thinking in code
MIT License
62 stars 4 forks source link

Analysis for frequent `contentTopic`changes in the implementation of Noise session #131

Open s1fr0 opened 1 year ago

s1fr0 commented 1 year ago

Problem

To increase user's anonymity, we suggest users securely communicating over Waku to use a secret in order to frequently and deterministically change contentTopic - ideally, at every round trip communication.

However, this might have different drawbacks, since, for example:

For such reasons, possible trade-offs should be investigated, especially if target lightweight devices.

Possible future directions

In the future, we might address this problem by implementing private filter queries using techniques such us oblivious transfer and private information retrieval. With these, a filter node becomes able to answer users' filter queries without learning the contents of the filter request made.

Acceptance criteria