- rsa.py - module for generating keys, encrypting, and decrypting a messages
- server.py - module for running a server
- client.py - module for adding and handling clients
- Launch a server
> python3 server.py- Open a new terminal, launch a client and enter a username
> python3 client.py- To add more clients repeat previous steps
- Now you have a nice secret group chat
