1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-10-01 06:52:46 -04:00
This commit is contained in:
samsepi0l 2022-07-19 12:20:00 +00:00 committed by tommytran732
parent fd0fb37be1
commit 438112213e
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -34,11 +34,11 @@ VPNs cannot provide anonymity. Your VPN provider will still see your real IP add
## Should I use Tor over VPN? ## 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? ## 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? ## 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 traffic from **only** your Internet Service Provider.
- Hiding your downloads (such as torrents) from your ISP and anti-piracy organizations. - 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. - Hiding your IP from third-party websites and services, preventing IP based tracking.