Skip to content

sadiqsonalkar/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Source Code of the Chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages