mirror of
https://gitlab.com/bluesky-community1/decentralized-ecosystem.git
synced 2026-04-26 03:00:54 +02:00
15 lines
668 B
Markdown
15 lines
668 B
Markdown
### Security
|
|
|
|
Designing for public communication requires less focus on privacy than more intimate social applications. However, privacy for user metadata is still important, and private direct messaging is a feature that may need to be supported.
|
|
|
|
Some e2e messaging encryption options:
|
|
|
|
- Noise protocol
|
|
- [Messaging Layer Security (MLS)](https://messaginglayersecurity.rocks/)
|
|
|
|
### Access Control
|
|
|
|
Different levels of access to user data can be controlled through server permissions on federated systems. In p2p systems, access control must be implemented through cryptographic permissions, or access control lists.
|
|
|
|
Object capability security authorization system
|