switch to MLS for real, secure E2EE

This commit is contained in:
Zoe
2025-09-10 23:48:09 -05:00
parent f78a156f34
commit 7fca00698a
11 changed files with 297 additions and 221 deletions

View File

@@ -8,7 +8,11 @@ A peer-to-peer encrypted file sharing app.
- P2P file sharing
- P2P chat
Your data is peer-to-peer encrypted and only accessible to the people you share it with, it never touches any servers.
Data is end-to-end encrypted with MLS. MLS is currently implemented with [ts-mls](https://github.com/LukaJCB/ts-mls). Due
to MLS' age, there are not many libraries for it yet and as a result, there is no gurantee that the implementation will
be bug-free or completely secure. Hopefully this will change in the future, but until then, be careful, this project
shouldnt be used for anything actually important. In the future I may consider switching to mls-ts from Matrix, or write
wasm bindings for AWS' mls-rs library.
## How to use
1. clone the repo