ArtyomArtamonov / EncryptedWebsocketChat

This is a simple python client and server, that allows 2 clients to send messages to each other using WebSocket protocol. Every message is encrypted using RSA cryptosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EncryptedWebsocketChat

What is this?

This is a simple python client and server, that allows 2 clients to send messages to each other using WebSocket protocol. Every message is encrypted using RSA cryptosystem

Requirements

Activate virtual environment:

On Linux and Macos

source venv/bin/activate

Usage

Run server.py

python server.py

Run client.py

python client.py

After two clients connected, all messages will become encrypted

TODO:

  • Better UI

About

This is a simple python client and server, that allows 2 clients to send messages to each other using WebSocket protocol. Every message is encrypted using RSA cryptosystem


Languages

Language:Python 100.0%