Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FireWarrior22/tea_talks

An end-to-end encrypted chat app with Firebase as backend and an in-app synced browser to enjoy watching videos together.
https://github.com/FireWarrior22/tea_talks

browsing chat dart decryption encryption flutter

Last synced: about 2 months ago
JSON representation

An end-to-end encrypted chat app with Firebase as backend and an in-app synced browser to enjoy watching videos together.

Awesome Lists containing this project

README

        

Tea-Talks is a chat 💬 application where you can create rooms to chat 🗣️ and watch videos 📺 together with friends and family. It has an in-app browser that is synced across all users to enjoy watching videos together. The chats are end-to-end ecnrypted. The backend is implemented using Firebase.

![WhatsApp Image 2022-01-26 at 12 07 12 AM(2)](https://user-images.githubusercontent.com/53148611/151038405-ca3b5104-4cdb-46aa-ab74-3dcbf9f2699c.jpeg)

![WhatsApp Image 2022-01-26 at 12 07 12 AM(1)](https://user-images.githubusercontent.com/53148611/151038421-c1e8d31c-7afe-47b0-b6bc-7aa043ff0e9f.jpeg)

![WhatsApp Image 2022-01-26 at 12 07 12 AM](https://user-images.githubusercontent.com/53148611/151038433-e7a3d72b-dcbe-484f-b5c2-8edd781db872.jpeg)

PS: The sensitive contents are not added to the repository. They contain a password of length 32, stored by the developer, which is used in combination with the user provided password to generate a strong password combination, which is finally used for encryption.

Basically just to add a layer of security, in case the user password is very easy to guess.