Cyptography

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 9

CRYPTOGRAPHY

PRESENTED BY
KAUSHAL B. PATIL
What is Cryptograpy?
Cryptography is method of protecting information and
communications through the use of codes , so that only
those for whom the information is intended can read and
process it.
Objectives of Cryptography

1. Confidentiality : The information cannot be understood by anyone for whom it


was unintended.

2. Integrity : The information cannot be altered on storage or transit between


sender and intended receiver without the alteration being detected.

3. Authentication : The sender and receiver can confirm each other’s identity
and the origin/destination of the information.
Type of Cryptography

• There are two type of Cryptography

Type of Cryptography

Symmetric Asymmetric
Symmetric Cryptography

Symmetric : It is an encryption system where the sender


and receiver a message using a single common key to
encrypt and decrypt messages. Symmetric key systems
are faster and simpler but the problem is that sender and
receiver have to somehow exchange key in a secure
manner. The most popular symmetric key cryptography
system is Data Encryption System (DES).
S
R
CYPER
M k1 TEXT k1 D

Encrypt Decrypt
Asymmetric Cryptography

Asymmetric : Under this system a pair of keys is used to


encrypt and decrypt information. A public key is used for
encryption and private key is used for decryption. Public key
and Private key are different. Even if public key is ‘known by
everyone the intended receiver can only decode it because he
alone the private key.
S
R
CYPER
E k1 TEXT k2 D

Decreption
Encription
Thank You!

You might also like