ecosistema-social-decentral.../topics/security.md

15 lines
592 B
Markdown
Raw Normal View History

2020-06-17 02:58:11 +02:00
### Security
2020-03-23 04:58:07 +01:00
2020-06-17 02:58:11 +02:00
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.
2020-03-23 04:58:07 +01:00
2020-06-17 02:58:11 +02:00
Some e2e messaging encryption options:
2020-03-23 04:58:07 +01:00
2020-06-17 02:58:11 +02:00
- Noise protocol
- [Messaging Layer Security (MLS)](https://messaginglayersecurity.rocks/)
2020-03-23 04:58:07 +01:00
2020-06-17 02:58:11 +02:00
### Access Control
There may be a need for different levels of access to user data - for example, to create read-only applications, paywall, or private sharing.
2020-06-10 05:40:20 +02:00
Object capability security authorization system