Encryption AND Decryption: Presented By:-Anchal Bhardwaj (0581522008) and Ruchi Jain (0161522008)
Encryption AND Decryption: Presented By:-Anchal Bhardwaj (0581522008) and Ruchi Jain (0161522008)
AND
DECRYPTION
Presented By:-
Anchal Bhardwaj(0581522008)
And
Ruchi Jain(0161522008)
OUTLINE
Introduction
Encryption
Decryption
Algorithms
Symmetric Encryption
DES Algorithm
Asymmetric Encryption
RSA Algorithm
Comparison
Summary
References
BACK NEXT
INTRODUCTION
PLAIN PLAIN
EVE TEXT
TEXT
ENCRYPTION DECRYPTION
+ =
Encryption
BACK HOME NEXT
DECRYPTION
It is the proces in which encrypted text or data
(called ciphertext) is translated back into the
original text or data (called plaintext).
+ =
Decryption
BACK HOME NEXT
ALGORITHMS
Symmetric Encryption(Conventional
Encryption)
Asymmetric Encryption(Public-key
Encryption)
Secret key
Ciphertext
Plaintext Encryption Decryption Plaintext
Ciphertext
Plaintext Encryption Decryption Plaintext
Private key
Public Key
Private key
Encrypted
Text Text
Encryption
User A
User B
User B’s
Private key
Decryption
Original Text
Decryption
M=Cd mod N
C=Me mod N
=885 mod 133
=5277319168 mod 133
=65.
Decryption:-
M=Cd mod N
=6565 mod 133
BACK HOME NEXT
CONTINUED…
Disdvantages
About 1000 times slower than DES.
Computational cost is high.
Comparison
SYMMETRIC ENCRYPTION ASYMMETRIC ENCRYPTION
Same algorithm with the One algorithm is used for
same key is used for encryption and decryption with a
encryption and decryption. pair of keys, one for encryption
and other for decryption.
Sender and receiver must share Sender and receiver must each
the algorithm and the key. have one of the matched pair of
keys(not the same one).
Key must be kept secret. One of the two keys must be kept
secret.
Faster as compared to asymmetric About 1000 times slower than
encryption. symmetric encryption.
Generally more secure and less Less secure and computational cost
computationally less expensive . is relatively high.
Best used for digital signatures and Best used for Bulk data encryption .
for protecting DES keys.