Skip to content

manelferreira/UDP-Encrypted-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

UDP-Encrypted-Chat

Chat over UDP with encryption and Tkinter GUI

File cipher_modes.py -> Chat with block cipher mode of operation using SDES - ECB, CBC and CTR.

File rc4.py -> Chat with RC4 encryption.

How to run: python filename.py