UDP Chat 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