Demo time!
End to end encryption!
Slack Clone with gRPC and jetpack compose multiplatform UI
After a lot of hard work I was able to enable end to end encryption on iOS, Android and Desktop, Here's a demo where a group is created and messages are being shared with each other in real time
Libraried used by the Kotlin multiplatform library!
1. Hybrid Encryption using Google/Tink
2. SwiftyRSA
Source code for E2ee multiplatform library
https://github.com/oianmol/capillary-kmp
Source for the main project
https://github.com/oianmol/SlackComposeMultiplatform
#jetpackcompose #android #ios #kotlin