1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Fix typos in various pages (#1401)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
ElongatedVeggie
2022-06-07 07:10:21 +00:00
committed by Daniel Gray
parent 786756a3dc
commit 5c1d6ced8f
8 changed files with 13 additions and 13 deletions

View File

@ -36,7 +36,7 @@ Here is an alternative visualization of the process. Note how each node removes
<figure markdown>
![Tor encryption](../assets/img/how-tor-works/tor-encryption.svg#only-light)
![Tor encryption](../assets/img/how-tor-works/tor-encryption-dark.svg#only-dark)
<figcaption>Sending and recieving data through the Tor Network</figcaption>
<figcaption>Sending and receiving data through the Tor Network</figcaption>
</figure>
So, what do we learn from this? We learn that Tor allows us to connect to a website without any single party knowing the entire path. The entry node knows who you are, but not where you are going; the middle node doesnt know who you are or where you are going; and the exit node knows where you are going, but not who you are. Because the exit node makes the connection, the destination website will never know who you are (your IP address).