Cryptography is the technique of converting the data into a format which is not readable by an unauthorized user and thus allowing data to be transmitted without being decoded by unauthorized entities. The format in which the data is being transmitted after being converted by the encryption algorithm is known as cypher text.
There are mainly two types of encryprion being used to do cryptography which are Symmetric and Asymmetric encryption.
Figure No 1.1: Types of Encryptions
- The
Keysfolder contains all the keys being used in order to execute the encryption and decryption. - The
Text Filesfolder contains both the original and the encrypted text files. - The
Report.pdffile describes the whole process of encrypton being followed.