Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 545 Bytes

File metadata and controls

8 lines (5 loc) · 545 Bytes

SecuredChattingApp

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).

9

Cover