A client-server model for an AES-192 encryption written in python.
To run the model,first clone the repository.
change directory to the repo.
1)Run the client.py and input plain text(messsage). Here the plain text message is decrypted.
2)Now , a pickle object named project_2 is created.
3)Run the server.py. Here it de-serializes data from the pickle object and uses it for decryption. The original message is displayed.