Facade faces an inverse tradeoff between upstream throughput and deniability: pure search encoding maximizes bits per request (78.04 bits) but does not reflect real user click behavior, while mixing in click-range mapping (lg(k) bits per URL, k=8 → 3 bits) reduces throughput but better models normal browsing. Neither pure strategy is optimal; the design requires tuning the search-to-click ratio.
From 2014-jones-facade — Facade: High-Throughput, Deniable Censorship Circumvention Using Web Search
· §5.2
· 2014
· Free and Open Communications on the Internet
Implications
Covert-channel designs must model the full behavioral pattern of the cover service (both queries and result-click ratios), not just per-request entropy, or behavioral-anomaly detectors will flag the traffic.
Expose a configurable security/performance parameter so operators can tune the encoding mix based on observed censor sophistication rather than hardcoding a single tradeoff point.