Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 607 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 607 Bytes

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