Posts

Cryptography- Lesson 1

Image
 In simple way to understand cryptography, Its use to encrypt the Plain Text and decrypt the Cipher text . There have lots of Cipher Text technique which is used to done this job. In this cryptography process where we use Cipher Technique to convert Plain text into cipher text. For example, {ABCDEFG} is the plain text and we are using some Cipher technique to convert the plain text into cipher text. Here our plain text look like that {ABCDEFG} now we converting in Chipper text which is look like after converting{44ge4jnrn45b5} (Cipher Text is a encrypted form of Plain text). There Have 100+ Cipher Technique which use for encryption, We will see some technique in next  blog. What is cryptography in security? In the communication between Two parties, if Sender send a packet in plain text to the receiver  then Attacker can easily Sniff and Spoof the data where we lose the confidentiality. To Resolve that issue we use Cryptography, In Cryptography we will encrypt th...