Difference between revisions of "LibP2P"
From Organic Design wiki
(Create page with private network section.) |
m (Make page a stub.) |
||
| Line 1: | Line 1: | ||
| + | {{ stub }} | ||
| + | |||
== Private Networks == | == Private Networks == | ||
LibP2P has the concept of private networks that are created by a pre-shared secret key (PSK) which encrypts all traffic leaving the nodes. (This is underneath the standard LibP2P stack so traffic is encrypted twice.) This PSK is also called a swarm key and is also used by [[IPFS]]. | LibP2P has the concept of private networks that are created by a pre-shared secret key (PSK) which encrypts all traffic leaving the nodes. (This is underneath the standard LibP2P stack so traffic is encrypted twice.) This PSK is also called a swarm key and is also used by [[IPFS]]. | ||
* Specification: [https://github.com/libp2p/specs/blob/master/pnet/Private-Networks-PSK-V1.md Private Networks PSK V1] | * Specification: [https://github.com/libp2p/specs/blob/master/pnet/Private-Networks-PSK-V1.md Private Networks PSK V1] | ||
Revision as of 07:54, 7 September 2022
Private Networks
LibP2P has the concept of private networks that are created by a pre-shared secret key (PSK) which encrypts all traffic leaving the nodes. (This is underneath the standard LibP2P stack so traffic is encrypted twice.) This PSK is also called a swarm key and is also used by IPFS.
- Specification: Private Networks PSK V1




