/Chat-App

A python Chat Application using Socket Programming.

Primary LanguagePython

Chat-App

A Python Chat Application using Socket Programming.

Installation

Install the dependencies using

pip3 install -r requirements.txt

Usage

To run the server use

python3 server.py

To run the client use

python3 client.py

Encryption-Decryption Module

AES and RSA encryption-decryption modules are used to encrypt and decrypt the messages.

To run the encryption-decryption module use

python3 -u test.py