Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 310 Bytes

File metadata and controls

16 lines (11 loc) · 310 Bytes

EncryptedIM

This is an encrypted instant messenger, with one client and one server, written in Python

How to run

Begin by starting the server

python EncryptedIM.py -s

Then run the client on another terminal using the IP of the server's machine

python EncryptedIM.py -c <ServerIP>