Re-order words

Re-order words 'least three Tor nodes relays' -> 'least three Tor relay
nodes'.
This commit is contained in:
Tobin Harding 2021-08-03 08:53:47 +10:00
parent 723ef35429
commit cc3939470f
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607

View File

@ -12,7 +12,7 @@ If you did a standard installation with [Bitcoin Standup](https://github.com/Blo
So how does Tor work?
When a user wants to connect to an Internet server, Tor tries to build a path formed by at least three Tor nodes relays, called Guard, Middle, and Exit. While building this path, symmetric encryption keys are negotiated; when a message moves along the path, each relay then strips off its layer of encryption. In this way, the message arrives at the final destination in its original form, and each party only knows the previous and the next hop and cannot determine origin or destination.
When a user wants to connect to an Internet server, Tor tries to build a path formed by at least three Tor relay nodes, called Guard, Middle, and Exit. While building this path, symmetric encryption keys are negotiated; when a message moves along the path, each relay then strips off its layer of encryption. In this way, the message arrives at the final destination in its original form, and each party only knows the previous and the next hop and cannot determine origin or destination.
Here's what a connection looks like without Tor:
```