mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-06 15:36:38 +00:00
Re-order words
Re-order words 'least three Tor nodes relays' -> 'least three Tor relay nodes'.
This commit is contained in:
parent
723ef35429
commit
cc3939470f
@ -12,7 +12,7 @@ If you did a standard installation with [Bitcoin Standup](https://github.com/Blo
|
|||||||
|
|
||||||
So how does Tor work?
|
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:
|
Here's what a connection looks like without Tor:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user