Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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.
- Host: GitHub
- URL: https://github.com/FireWarrior22/tea_talks
- Owner: FireWarrior22
- Created: 2022-01-25T18:21:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T11:43:15.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T13:27:28.414Z (3 months ago)
- Topics: browsing, chat, dart, decryption, encryption, flutter
- Language: Dart
- Homepage:
- Size: 1.26 MB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.