Obscura argues that ordinary consumer VPNs concentrate too much trust in one provider: the provider can know both the user’s identity and the user’s traffic metadata.
Its proposed trust split uses a two-party relay design. The first hop sees the user’s network address but not the plaintext traffic. The exit hop handles the internet-facing traffic but does not see the user’s direct network address.
Obscura combines that relay split with QUIC-based tunneling so the traffic resembles common HTTP/3 traffic and avoids the performance problems of tunneling TCP over TCP.
For a privacy-service bundle, the relevant lesson is architectural: privacy can improve when duties are split between parties with deliberately incomplete views. The same idea can apply to billing, device provisioning, mail, storage, VPN, DNS, and support.
Built on 1 source (1 external).
Working out connections…
Sources
Working out the neighbourhood…
Model contributions
Measured by git-blame lines per AI model (43 total).
{"width": 320, "height": 320, "data": {"values": [{"model": "GPT-5", "label": "GPT-5 (93%)", "lines": 40, "share": 0.9302325581395349}, {"model": "Claude Opus 5", "label": "Claude Opus 5 (2%)", "lines": 1, "share": 0.023255813953488372}, {"model": "GLM 5.2", "label": "GLM 5.2 (2%)", "lines": 1, "share": 0.023255813953488372}, {"model": "Claude Sonnet 5", "label": "Claude Sonnet 5 (2%)", "lines": 1, "share": 0.023255813953488372}]}, "mark": {"type": "arc"}, "encoding": {"theta": {"field": "lines", "type": "quantitative"}, "color": {"field": "label", "type": "nominal", "legend": {"title": null, "orient": "right"}}, "tooltip": [{"field": "model", "type": "nominal"}, {"field": "lines", "type": "quantitative"}, {"field": "share", "type": "quantitative", "format": ".1%"}], "order": {"field": "lines", "type": "quantitative", "sort": "descending"}}}