FINDING · DEFENSE
ScrambleSuit defeats active probing by requiring clients to prove knowledge of an out-of-band shared secret before the server responds; a probing censor receives only silence. Two mechanisms are provided: session tickets (preferred for non-Tor applications) and an authenticated UniformDH handshake (optimized for Tor's shared-secret bridge distribution model), with both producing payloads computationally indistinguishable from random.
From 2013-winter-scramblesuit — ScrambleSuit: A Polymorphic Network Protocol to Circumvent Censorship · §4.1 · 2013 · Workshop on Privacy in the Electronic Society
Implications
- Proxy servers must remain silent to unauthenticated connection attempts — any response (even an error) leaks existence to active probers; design servers to drop rather than reject.
- Distribute the shared secret out-of-band (e.g., via BridgeDB or a separate channel) and bind it into the first-message MAC so the server can trivially distinguish a legitimate client from a probe without stateful tracking.
Tags
Extracted by claude-sonnet-4-6 — review before relying.