This chat application provides encryption using the RSA algorithm. Users can securely exchange messages without worrying about eavesdropping or unauthorized access.
- User registration and login
- Real-time chat functionality
- RSA key generation, encryption, and decryption
- Secure storage of keys
- android Studio Installed
- Firebase (for user authentication and storage)
-
Clone this repository on Android Studio normally or open terminal in android studio:
git clone https://github.com/Puru-G/secure-chat-app.git cd secure-chat-app -
Set up your Firebase connection in
Firebase module. -
Run the app.
-
Start the application.
-
Register or log in.
-
Start chatting securely!




