Skip to content

A client-server model for an AES-192 encryption written in python.

License

Notifications You must be signed in to change notification settings

prabhate/Cryptography-AES192

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography-AES192

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.

About

A client-server model for an AES-192 encryption written in python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages