This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/joern281 on 2023-07-04 10:40:32+00:00.
Moin,
Im working on an end-to-end encryption sdk with user- and group management.
The sdk is currently available for javascript (in browser) and flutter (android and windows). The core sdk is written in rust and is cross compiled to the targets.
- doc: https://sentc.com/
- the core sdk: https://github.com/sentclose/sentc
- the api: https://github.com/sentclose/sentc-api
- js: https://github.com/sentclose/sentc-javascript
- flutter: https://github.com/sentclose/sentc-flutter
Im focusing on groups and subgroups with server side key rotation (but the server still don’t know the keys) and large encrypted file handling (even in browser).
Here is the selfhost guide: https://sentc.com/guide/self-hosted.html
I hope you may like it. If you have questions, just ask.
Have a great day and thank you for your time.
You must log in or register to comment.