






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
E-Commerce is taking over the traditional commerce practices. It is of special concern for the IT students. Following are the key points of these Lecture Slides : Symmetric Cryptography, Encrypting, Decrypting, People Encrypt, Recipient Decrypts, Message, Private Key, Certification Authority, Public Key, Cryptography
Typology: Slides
1 / 10
This page cannot be seen from the preview
Don't miss anything!







The same key is used for encrypting and decryptingmessages
Multiple people encrypt messages using the recipient’swell-known public key. The recipient decrypts it with herprivate key.
Certification Authority (CA) acts as a trusted thirdparty which distributes digital certificates. The digital certificates which are publicly distributedcontain a user’s public key as well as otherinformation such as the user’s personal details andthe expiry date of the key. Registration Authoriy verifies a user’s identity at thetime the user applies for a digital certificate. Often theCA and an RA are the same entities.
Sender generates a random message key (K). Senderencrypts the message (M) with K, creating the ciphertext message (CM).
Sender encrypts K with recipient’s public key (RPubK),generating cipher text CK.
Sender computes a digital signature (S) using herprivate signature (SPrivK)
Sender sends CK, CM and S to recipient.
Recipient uses his private key (RPrivK) to decrypt CKand obtain K.
Recipient uses K to decrypt CM and get M.
Recipient uses sender’s public key (SPubK) to validateS.