spacebarchat / spacebarchat/server
[API] Message layer security for end to end encryption
Open
@mafineeek is already working on this.
Since Jun 26, 2022.
Cryptography
Enhancement
Module: API
Module: Gateway
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 323
- Avg merge
- 14h 48m
- Merged PRs (30d)
- 4
Description
Mesage Layer Security is a cryptography protocol by IETF that is designed to transport end to end encrypted messages over untrusted intermediaries. This is going to be the basis of end-to-end encrypted channels (#322).
Protocol: https://datatracker.ietf.org/doc/html/draft-ietf-mls-protocol
Architecture: https://datatracker.ietf.org/doc/html/draft-ietf-mls-architecture
Independent analysis: https://eprint.iacr.org/2021/1083.pdf
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.