From 438112213ea7a3afa81c7e08a8c329a571c7fff7 Mon Sep 17 00:00:00 2001 From: samsepi0l <74207682+d4rklynk@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:20:00 +0000 Subject: [PATCH] Fix VPN (#11) --- content/knowledge/Commercial VPN Use Cases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/knowledge/Commercial VPN Use Cases.md b/content/knowledge/Commercial VPN Use Cases.md index 263be45..353a653 100644 --- a/content/knowledge/Commercial VPN Use Cases.md +++ b/content/knowledge/Commercial VPN Use Cases.md @@ -34,11 +34,11 @@ VPNs cannot provide anonymity. Your VPN provider will still see your real IP add ## Should I use Tor over VPN? -By using Tor over VPN, you are creating essentially adding an extra node in the beginning of circuit. This provides zero additional benefits to you, while increasing the latency of your connection dramatically. If you wish to hide your Tor usage from your ISP or your government, Tor has a built-in solution for that: Tor bridges. +By using Tor over VPN, you are creating essentially adding an extra node in the beginning of the circuit. This provides zero additional benefits to you, while increasing the latency of your connection dramatically. If you wish to hide your Tor usage from your ISP or your government, Tor has a built-in solution for that: Tor bridges. ## What about VPN over Tor? -By using VPN over Tor, you are adding an extra node at the end of a circuit, which is always controlled by the same entity. If you pay for the VPN using the traditional banking system, it essentially breaks the anonimity that the 3 hops in front of it would provide. If you pay for the VPN subscription using cash or a private cryptocurrency like Monero, your privacy is reduced to that of pseudonymity, since the VPN provider still knows the connections being made are from the same individual, they just do not know who you really are. Even if you are using a free VPN, you would still break [Stream Isolation](https://www.whonix.org/wiki/Stream_Isolation), one of Tor's important anonimity features. There are very few use cases where it would make sense to add a VPN server at the end of the chain. +By using VPN over Tor, you are adding an extra node at the end of a circuit, which is always controlled by the same entity. If you pay for the VPN using the traditional banking system, it essentially breaks the anonymity that the three hops in front of it would provide. If you pay for the VPN subscription using cash or a private cryptocurrency like Monero, your privacy is reduced to that of pseudonymity, since the VPN provider still knows the connections being made are from the same individual, they just do not know who you really are. Even if you are using a free VPN, you would still break [Stream Isolation](https://www.whonix.org/wiki/Stream_Isolation), one of Tor's important anonymity features. There are very few use cases where it would make sense to add a VPN server at the end of the chain. ## What about VPN providers that provide Tor nodes? @@ -51,4 +51,4 @@ A VPN is useful in a variety of scenarios, such as: - Hiding your traffic from **only** your Internet Service Provider. - Hiding your downloads (such as torrents) from your ISP and anti-piracy organizations. -- Hiding your IP from third-party websites and services, preventing IP based tracking. \ No newline at end of file +- Hiding your IP from third-party websites and services, preventing IP based tracking.