Skip to content

The frontend for the secure messaging server. Broadcast based secure messaging. You can connect this frontend to your self-hosted server and have secure, encrypted chat rooms.

License

Notifications You must be signed in to change notification settings

rusudinu/secure-messaging-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Messaging (Frontend)

This is the frontend for a broadcast-based, encrypted secure messaging app. This allows for chatting anonymously due to the fact that messages are encrypted and never stored, neither on your phone, nor on the server.

Usage

You can and should self-build the frontend, to guarantee that the messages are not leaked. This is not a requirement, but it is recommended. Then, you connect to the backend by updating the server url in the app configuration (lib/data/backend_server.dart).

The repo for the backend can be found here.

How to build

Build this app as any other Flutter app.

Run flutter build ios or flutter build android to build the app in the root directory of the repo. Make sure you have downloaded the dependencies usingflutter pub get.

Others

For other projects / cool stuff, follow me on GitHub

About

The frontend for the secure messaging server. Broadcast based secure messaging. You can connect this frontend to your self-hosted server and have secure, encrypted chat rooms.

Topics

Resources

License

Stars

Watchers

Forks