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
- Host: GitHub
- URL: https://github.com/m-anshu/tcp-chatroom
- Owner: m-anshu
- License: mit
- Created: 2024-07-29T14:03:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T06:37:30.000Z (11 months ago)
- Last Synced: 2025-01-13T22:19:00.163Z (5 months ago)
- Topics: rsa-algorithm, socket-programming, tcp-client-server
- Language: Python
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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