Skip to content

Commit b10488f

Browse files
authored
Update privacy-and-encryption.md
move "Encryption" section out from "What's public on IPFS" into "Privacy and encryption"
1 parent 2e7ca28 commit b10488f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/privacy-and-encryption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The other half of the equation when considering the prospect of IPFS traffic mon
3535
While a long string of letters and numbers may not be a "Johnny Appleseed" level of human-readable specificity, your PeerID is still a long-lived, unique identifier for your node. Keep in mind that it's possible to do a DHT lookup on your PeerID and, particularly if your node is regularly running from the same location (like your home), find your IP address. (It's possible to [reset your PeerID](../reference/kubo/cli.md#ipfs-key-rotate) if necessary, but similarly to changing your user ID on legacy web apps and services, is likely to involve extra effort.) Additionally, longer-term monitoring of the public IPFS network could yield information about what CIDs your node is requesting and/or reproviding and when.
3636

3737

38-
### Encryption
38+
## Encryption
3939

4040
There are two types of encryption in a network: _transport-encryption_ and _content-encryption_.
4141

@@ -57,4 +57,4 @@ IPFS uses transport-encryption but not content encryption. This means that your
5757
- [Lit Protocol](https://litprotocol.com/)
5858
- [OrbitDB](https://github.com/orbitdb)
5959
- [Peergos](https://peergos.org/)
60-
- [Textile](https://www.textile.io/)
60+
- [Textile](https://www.textile.io/)

0 commit comments

Comments
 (0)