You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Flutter project is a chat application inspired by WhatsApp. The app features a familiar interface with a functional chat page, a Local Auth Screen, and user registration using email/password or Google Account.
A File Sharing Community app which deals with the problem of storage space and file duplication.This app is designed for helping students but can be used to share any type of file.
This is a simple instant messaging application that uses end-to-end encryption, I used Elliptic Curve Diffie Hellman for key exchange, Its not like whatsapp but it does generate a new keypair for each new chat pair, then I used AES-256 for encryption and HMAC-SHA-256 for message authentication to identify tampering.