Obfuscation
Disguising VPN traffic so it resembles ordinary encrypted web traffic to a system inspecting the connection.
Glossary
Also called: DPI
What is Deep packet inspection?
Deep packet inspection is network equipment that examines the structure of traffic rather than only its destination address. It is what separates a network that blocks a list of sites from one that detects and blocks the tool you use to reach them.
It is what separates a network that blocks a list of sites from one that detects and blocks the tool you use to reach them.
DPI cannot read an encrypted payload, but "it only sees shape" understates it. Its first tools are the cleartext fields left inside otherwise-encrypted flows — the SNI in a TLS ClientHello, plaintext DNS, and the fixed protocol magic that identifies OpenVPN or WireGuard — before it falls back to packet sizes and timing. That is why obfuscation has to change the fingerprint rather than add encryption on top.
Disguising VPN traffic so it resembles ordinary encrypted web traffic to a system inspecting the connection.
The field in a TLS handshake that names the site being requested, historically sent unencrypted even over HTTPS.
Terms are defined here because they appear in our scoring rubric or in provider reviews, not to fill a glossary.