Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

layanmoyura/Client-Server-Encrypted-Chat-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Client-Server-Encrypted-Chat-App

Introduction:

In this project We will Develop a real-time secure chat application from scratch like WhatsApp & Signal with end-to-end encryption. Our project will cover:

  • Socket Programming
  • Real-Time System
  • End-to-end Encryption

Our secure chat will provide the following:

  • Multi-User group chat application
  • Send small text files
  • RSA encryption
  • TTP (Third Trusted Party) which facilitates interactions between two parties who both trust the third party

Technology Stack:

  • Python as the server-side language
  • Tkinter library for UI
  • Socket library for real-time message exchange

System Overview:

System Overview

Installation

Open terminal and type the following command

https://github.com/layanmoyura/Client-Server-Encrypted-Chat-App.git

Usage

Start by running the server side script by opening command prompt at project root directory and type

python3 server.py

Once the server is up and running, create a client by running client script, which is done by typing

python3 client.py

System Output:

Capture

About

Final project of EE8209 Information Security Module

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%