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
Activate virtual environment:
source venv/bin/activate
Run server.py
python server.py
Run client.py
python client.py
After two clients connected, all messages will become encrypted
- Better UI