How WikiLeaks Uses Tor to Protect Whistleblowers
Publishing platforms like WikiLeaks rely on the Tor network to create anonymous, tamper-proof submission systems for whistleblowers and sources. By utilizing Tor onion services, multi-layered encryption, and strict zero-log server configurations, these platforms ensure that the physical identity, IP address, and geographic location of an uploader remain entirely decoupled from the submitted materials.
Tor (The Onion Router) protects uploaders primarily through onion routing, which directs internet traffic through a decentralized, volunteer-operated network of thousands of relays. When a source uploads a file, their client software wraps the data in three distinct layers of encryption. As the packet traverses the network—passing through an entry node, a middle relay, and an exit or rendezvous point—each node peels away only a single layer of encryption to discover the next hop. Consequently, no single node knows both the origin IP address and the ultimate destination of the traffic.
To prevent the destination server itself from being tracked or seized, platforms host their submission portals as Tor onion services (commonly referred to as hidden services). Onion services do not use public IP addresses; instead, connections are negotiated inside the Tor network using cryptographic rendezvous points. This architecture prevents network eavesdroppers and internet service providers (ISPs) from detecting that a user is connecting to a specific leak platform, only revealing that Tor traffic is present.
Beyond transport-level anonymity, leak platforms configure their ingestion servers to minimize digital footprints. Standard web servers log IP addresses, browser user-agents, and connection timestamps. Secure submission platforms disable these logs entirely and route the ingested data through automated metadata-stripping tools. This removes identifying artifacts embedded in files, such as camera serial numbers in photographs, author names in document metadata, and GPS coordinates.
Finally, the combination of Tor and end-to-end cryptographic mechanisms ensures that data cannot be intercepted or modified in transit. Platforms provide dedicated public PGP keys, allowing files to be encrypted locally on the sender’s device before transmission. Even if an adversary compromises an intermediary network relay, the content remains unreadable, and the identity of the uploader remains secure.