Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 930 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 930 Bytes

Chat-App-Source

Source Code of the Chat Application It contains all the source code of the Chat Application

Concept:

This application will serve as a platform that will let us chat to another android using Firebase database. The chatting will be secured as we are using cryptography. The main concept behind it is to develop an application where 2 android users can chat without any fear of getting their data hacked in middle of the communication. I have used AES Algorithm for encryption and decryption. And even at the database level we can’t see the message as it is end-to-end encrypted.

Flow:

  1. Signup And Login
  2. Search Friend
  3. Request OR accept the request
  4. User sends a message.
  5. Encrypt
  6. Another user gets the message.
  7. Decrypt

Software:

• Android Studio • Firebase

This repository just contains Source File not the Code

  1. Synopsis
  2. JSON File
  3. All the images required in the image