vacp2p / research

Thinking in code
MIT License
62 stars 4 forks source link

Sender anonymity against eavesdropping #85

Open staheri14 opened 2 years ago

staheri14 commented 2 years ago

Context

One major privacy aspect in an anonymous transport protocol is the preservation of sender anonymity, which is Sender anonymity: No global entity except the sender knows which entity owns the message Waku2-Relay does not provide sender anonymity even against a local adversary. Below is the attack scenario:

The adversary can eavesdrop on the incoming and outgoing traffic of a target node and realizes that some messages appear in the outgoing traffic but not in the incoming traffic of that node. Those messages are the ones originated by that node.

Problem

Despite the lack of sender anonymity in Waku2-Relay, it is not clear what security implications would it have. Moreover, it is not clear whether violation of sender anonymity (as defined above) would be a disadvantage compared to Tor which seems to be able to support sender anonymity.

Acceptance Criteria

This issue is

The comparison shall include different adversarial power:

Out of scope

The following items are outside of the scope of the current problem: