Skip to content

A file and text transfer project in Python that uses Socket programming to transfer files, OneTimePad module to encrypt the file and Tkinter for the GUI

License

Notifications You must be signed in to change notification settings

impuranjayp/Cryptography_with_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography with Python

What is Cryptography?

It is the ractice or study of techniques for secure communication in the presence of third parties usually called the adversaries. Cryptography derives its etymology from the Greek words kryptós meaning “hidden secret” and graphien meaning “to write”.

In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Only authorized parties can decipher a ciphertext back to plaintext and access the original information.

About

A file and text transfer project in Python that uses Socket programming to transfer files, OneTimePad module to encrypt the file and Tkinter for the GUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages