Habr•August 15, 2026•🇷🇺Translated from Russian

Bypassing Blocks, Privacy, and Anonymity Remain Separate Challenges for Decentralized Networks

The developers behind the decentralized network Tunnel Cat have published a detailed clarification stating that bypassing internet blocks, protecting privacy, and ensuring anonymity are fundamentally different technical tasks.

In a follow-up to an earlier post about AmneziaWG, the team explains why even a working decentralized system cannot automatically deliver privacy or anonymity. Transport encryption uses standard TLS, which prevents individual nodes from reading passing traffic. However, this protection is limited to the channel and does not replace end-to-end encryption of the actual messages or calls.

The architecture routes traffic through many independent client devices located in different jurisdictions. Because no single operator controls every hop, the project cannot offer assurances about every participant in the path. Consequently, Tunnel Cat does not claim to protect the content of conversations.

Practical recommendations

The authors advise users to separate concerns:

  • Use messengers with verified end-to-end encryption such as Signal or Matrix for actual communication.
  • Avoid relying on Telegram for sensitive discussions, noting that its server-side code is closed and default chats lack E2E protection.

They are developing their own messenger, Ratatoshk, on top of the same network precisely because circumvention and private messaging require independent security audits.

Logging and identifiability

Tunnel Cat retains operational event logs that record metadata about connections and blocked resources. These logs exist for two stated reasons: to demonstrate compliance with local laws regarding serious crimes and to obtain real-time data on blocking techniques inside Russia. The team acknowledges that this telemetry prevents the system from being considered an anonymity tool.

The post concludes that attempting to solve circumvention, privacy, and anonymity with a single product usually weakens all three guarantees. Users seeking strong anonymity are directed to specialized solutions such as Tor instead of depending on Tunnel Cat.

Related articles

Securitylab•Privacy & Surveillance

Bypassing VPN Detection on iPhone: Detailed Methods to Avoid App Blocks

Many iPhone users encounter apps that detect and block active VPN connections even after switching servers or protocols. The detection often occurs locally on the device by inspecting network interfaces rather than relying solely on external IP addresses. This guide explains how apps identify VPN tunnels through iOS network data and provides practical workarounds including moving the VPN to a router, configuring per-app exclusions, and using web versions of services. It also covers why protocol obfuscation and port changes fail to hide local VPN activity from applications. Additional troubleshooting addresses automatic VPN profiles, ad blockers, and iCloud Private Relay interference. The article emphasizes that no universal toggle exists in iOS to hide an active VPN from all apps.

Habr•Privacy & Surveillance

New Obfuscation Method Dissolves Personal Data Records in Layer of Plausible Variants

A Russian information security researcher has proposed a data protection technique that renders stolen personal records unusable even after full compromise. The approach mixes real data such as phone numbers, emails, passports, addresses, INN and SNILS with vast numbers of semantically valid alternatives. Attackers receive nearly complete information including a 361-character message containing PIN codes and word order, yet lack the secret vector space and reconstruction algorithm required to identify the correct record. Without these components, brute-force attempts produce millions of plausible results with no architectural method to verify accuracy. The method is presented as an alternative to traditional encryption when data must remain accessible yet protected against extraction. A public sandbox is available for testing the approach.

Habr•Privacy & Surveillance

Hydrat Project Builds Automated WireGuard Gateway for Resilient VLESS and Tor Routing

A developer has released Hydrat, a self-hosted gateway that connects devices via WireGuard while automatically managing VLESS and Tor backends to survive server blocks and quality degradation. The system maintains a pool of tested proxies, performs continuous health checks, and switches routes without requiring client-side profile changes. Two Go processes handle control logic and network enforcement separately, using SQLite for state and nftables plus Xray for traffic routing. TCP and UDP can be assigned independent exits, with geoip.dat support and custom rules to keep marketplace apps functional. The project emphasizes stability over direct connections and is designed for deployment on servers in Russian jurisdiction.

AntiMalware•Privacy & Surveillance

OpenAI Contractors Manually Review Real User Chats in Project Lily

OpenAI has engaged hundreds of external contractors to analyze actual user conversations with ChatGPT as part of its model improvement efforts. The reviewers, working under project Lily, examine real queries that may contain personal, medical, or other sensitive information despite the use of a Privacy Filter. Contractors summarize prompts, compare four model responses, and assign ratings from one to seven while flagging behaviors such as excessive sycophancy or inappropriate emojis. User identities are hidden and some data is filtered, yet OpenAI acknowledged that not all personal information is reliably removed. The same human review process is also employed by Anthropic for its Claude model. Users can opt out of future training use through account settings, although prior data remains unaffected.