This is a simple and secure chat application. The communication happens bwtween the client and the server. The client encrypts and sends the messages and the server recieves it and decrypts it. Client = client.py Server - server.py All the functions related to encryption and decyprion are included in the file features.py