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/activateRun server.py
python server.pyRun client.py
python client.pyAfter two clients connected, all messages will become encrypted
- Better UI