SuryaSekhar14 / Chat-App

A python Chat Application using Socket Programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A python Chat Application using Socket Programming.


Languages

Language:Python 100.0%