Mix FURPS §
Functionality §
- Nodes can mixify individual libp2p protocol messages for anonymous routing over a libp2p mixnet
- Nodes can mixify libp2p request-response interactions for anonymous routing over a libp2p mixnet
- The libp2p mixnet is protected against trivial DoS attacks
- The libp2p mixnet is protected against a 50% + 1 Sybil attack
- Nodes can discover other nodes that support mix using available peer discovery mechanisms
- Exit nodes are protected against trivial abuse/overuse from a single user
- The libp2p mixnet is protected against more sophisticated DoS attacks, e.g. coordinated DoS against intermediate nodes
- An application-level mechanism exists to segment large messages and mixify over multiple paths
- An application-level mechanism exists to segment large responses and coordinating multiple-SURB response paths
- Nodes can generate cover traffic to increase K-anonymity in the mixnet
- Providers can anonymously register as a hidden service
- Clients can discover and anonymously access hidden services
- The libp2p mix protocol’s payload encryption preserves payload integrity
Usability §
- The libp2p mix protocol and pluggable DoS and Sybil protection is published in specifications
- The libp2p mix protocol with DoS and Sybil protection is integrated in nim-libp2p
- The libp2p mix protocol with DoS and Sybil protection is integrated into Waku Lightpush protocol as reference integration
- A libp2p module with mix capability is integrated into Logos Core
- A Logos Core demo chat app showcases message publishing over libp2p mix
- The Logos Core demo chat app discovers mix nodes using libp2p kad-dht discovery with filtering
- Extended DoS and exit node abuse prevention mechanisms are published in a specification
- The application-level mechanism to support large messages (requests & responses) is published in a specification
- Cover traffic generation is published in a specification
- The protocol allowing hidden service provisioning, discovery and access is published in a specification
- Basic DHT interactions can be mixified
- The libp2p mix protocol is integrated into the Logos Chat module
Reliability §
Supportability §