Lecture 09
Lecture 09
Lecture overview
Transaction security cont…
Digital signature
Digital certificates
Web security
SSL
SET
Digital signature
A digital signature is a cryptographic
mechanism that performs a similar function to a
written signature.
Digital
signatures are implemented using public-
key encryption.
Purpose of using digital signature
Itis used to verify the origin and contents of a
message.
Digital signatures are used for sender
authentication.
The originator(the sender of an e-mail message)
cannot falsely deny having signed the data.
The digital signature enables the computer to
notarize the message, ensuring the recipient that
the message has not been forged in transit.
Scenario using Digital signature
Susan orders something from Online Mart, she
uses Online Mart’s public key to encrypt her
confidential information.
Online Mart then uses its private key to decrypt
the message.
To ensure further security, Susan can enclose a
digital signature, encrypted with Susan’s private
key which online Mart could decrypt with
Susan’s public key and knows that only Susan
could have sent it.
How it works?
To digitally sign a document, a user combines
her private key and the document and performs
a computation on the composite( key +
document ).