From CISO Marketplace — the hub for security professionals Visit

Onion Routing

Data Protection

Definition

An anonymization technique that encrypts traffic in multiple layers and routes it through a series of volunteer-operated relays, with each relay decrypting one layer to reveal only the next hop.

Technical Details

Onion Routing is a technique that leverages layered encryption to facilitate anonymous communication over a network. It works by encapsulating data within multiple layers of encryption, similar to the layers of an onion. When a user sends data, it is encrypted multiple times and sent through a series of volunteer-operated routers called 'onion routers.' Each router decrypts a single layer of encryption to reveal the next destination for the data packet, ensuring that no single router knows both the origin and the final destination of the data. This process significantly enhances privacy by obfuscating the user's IP address and making it difficult for third parties to track online activity.

Practical Usage

Onion Routing is primarily utilized in privacy-focused applications, such as the Tor network, which allows users to browse the internet anonymously. It is also used in secure messaging applications and in situations where individuals need to communicate without revealing their identity, such as whistleblowing or bypassing censorship in restrictive regimes. By routing traffic through multiple nodes, it provides a way to maintain confidentiality and integrity of communications.

Examples

Related Terms

Tor Network Anonymity Networks VPN (Virtual Private Network) Encryption Traffic Analysis
← Back to Glossary