Skip to content

Commit cc39394

Browse files
committed
Re-order words
Re-order words 'least three Tor nodes relays' -> 'least three Tor relay nodes'.
1 parent 723ef35 commit cc39394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

14_1_Verifying_Your_Tor_Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you did a standard installation with [Bitcoin Standup](https://github.com/Blo
1212

1313
So how does Tor work?
1414

15-
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.
15+
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.
1616

1717
Here's what a connection looks like without Tor:
1818
```

0 commit comments

Comments
 (0)