An open API service indexing awesome lists of open source software.

https://github.com/m-anshu/tcp-chatroom

A full duplex tcp chatroom with rsa encryption
https://github.com/m-anshu/tcp-chatroom

rsa-algorithm socket-programming tcp-client-server

Last synced: 4 months ago
JSON representation

A full duplex tcp chatroom with rsa encryption

Awesome Lists containing this project

README

        

# TCP Chatroom with RSA Encryption and User Interface

## Table of Contents
1. [Introduction](#introduction)
2. [Features](#features)
3. [Installation](#installation)
- [Prerequisites](#prerequisites)
- [Setup](#setup)

## Introduction
This project is a TCP chatroom application that allows users to communicate securely using RSA encryption. The chatroom features a user-friendly interface that makes it easy to send and receive messages in real-time.

## Features
- TCP communication for reliable message delivery
- RSA encryption for secure message transmission
- User interface for easy interaction
- Support for multiple clients connecting to a single server

## Installation

### Prerequisites
- Python 3.x
- Required libraries:
- `rsa`
- `sympy`
- `tkinter`

### Setup
Clone the repository:
```bash
git clone https://github.com/m-anshu/tcp-chatroom.git
cd tcp-chatroom