Digital Signature
Digital Signature
o After seeing the pink car, Alice states that she has never ordered it
o How can Bob prove towards a judge that Alice has ordered a pink car?
(And that he did not fabricate the order himself)
o Only the person with the private key should be able to generate the
signature.
o The public key and the message x are the inputs to the verification
function.
Core Security Services
Non-repudiation: Ensures that the sender of a message can not deny the
creation of the message. (c.f. order of a pink car)
Additional Security Services
Identification/entity authentication: Establishing and verification of the identity of an
entity, e.g. a person, a computer, or a credit card.
Auditing: Provides evidences about security relevant activities, e.g., by keeping logs about
certain events.
7
Suppose Bob wants to send a signed message (x=4) to Alice.
Security of the RSA Signature Scheme Security:
o But an attack can only choose the signature s and NOT the message
x