Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 238 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 238 Bytes

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