Python Script that implements a chat application that encrypts messages between multiple client instances of the program using a client/server architecture, also using three different encryption and decryption algorithms ( RC4, RSA, and ELGAMAL based on the Diffie–Hellman key exchange Algorithm).

