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 1 year 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T11:43:15.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:27:28.414Z (almost 2 years 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.



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.