/udp_chat

A simple chat using UDP protocol and RSA-1024 encryption

Primary LanguagePython

UDP Chat

Main window

A chat programm using UDP protocol and RSA-1024 encryption of messages, point-to-point.

Run

pip3 install -r requirements.txt
python3 client.py

Build

pip3 install pyinstaller
pyinstaller --noconsole --onefile client.py