Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
/ udp_chat Public archive

A simple chat using UDP protocol and RSA-1024 encryption

Notifications You must be signed in to change notification settings

Yarosvet/udp_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple chat using UDP protocol and RSA-1024 encryption

Resources

Stars

Watchers

Forks

Languages