Skip to content

Commit 780b6f0

Browse files
committed
Remove unused sections export and update privacy docs
1 parent f191332 commit 780b6f0

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

apps/web/src/app/(docs)/docs/privacy/page.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ export const metadata = {
33
description: "Understand how Evolu protects your data and ensures privacy.",
44
};
55

6-
export const sections = [];
7-
86
# Privacy
97

108
Privacy is fundamental to local-first software, and Evolu takes it seriously. Unlike traditional client-server applications where data lives on someone else's servers, Evolu ensures that data remains under the user's complete control while providing the synchronization and backup benefits needed.
@@ -43,7 +41,7 @@ The Evolu Relay is completely blind to user data. What the relay sees:
4341

4442
The relay functions purely as a message buffer for synchronization and backup—it stores and forwards encrypted messages without any ability to decrypt, analyze, or understand them.
4543

46-
## Timestamp metadata & activity privacy
44+
## Timestamp metadata
4745

4846
Relays and collaborators can see timestamps (user activity). This does not increase risk compared to any real‑time messaging system where traffic timing is observable.
4947

@@ -62,12 +60,8 @@ If maximum privacy is required (e.g., hiding interaction cadence), an applicatio
6260

6361
## Post-quantum resistance
6462

65-
### Evolu Relay
66-
6763
The Evolu Relay is post-quantum safe, so "harvest now, decrypt later" attacks (where adversaries collect encrypted data today to decrypt with future quantum computers) are not possible. Unlike public-key cryptography systems that use asymmetric encryption (which quantum computers could potentially break), the relay uses only symmetric encryption.
6864

6965
The Evolu Relay never sees or stores public keys—it only handles symmetrically encrypted data. Symmetric encryption algorithms are considered quantum-safe.
7066

71-
### Collaboration
72-
7367
For collaboration, asymmetric cryptography is required, and asymmetric cryptography can be vulnerable to quantum attacks. Detailed documentation will be provided soon.

apps/web/src/app/(docs)/docs/relay/page.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ export const metadata = {
33
description: "Learn Evolu Relay",
44
};
55

6-
export const sections = [];
7-
86
# Evolu Relay
97

108
Evolu Relay provides sync and backup for Evolu apps. Evolu apps can use multiple relays simultaneously. For resilience, it's recommended to use two relays: a fast primary "home/company" relay (on‑prem or close to users) and a geographically distant secondary relay if the primary relay fails (hardware failure, network issues, etc.).

0 commit comments

Comments
 (0)