Digital Signatures Flashcards
What’s a digital signature
An attachment to any piece of electronic information that represents the identity of the owner of the information uniquely
-> made with algorithms and PKI protocol
Why?
Authenticity - identification of the person who signed
Integrity - every change to message will be detected
Non-repudiation - the author can’t be denied credit of their work. The sender can’t deny having sent the message later.
Private key
Accessible only to the signer -> used to generate the digital signature
Public key
Made available to all who receive the signed document -> used to verify the message
Digital certificates
There in case of any disputes between sender and receiver of signed messages.
Helps the receiver prove that the message was sent by the subscriber of the key pair (is this the sender?)
where are digital signatures used?
E-mail
EFT
Data storage
Software distribution
Disadvantages
Expiry: short shelf life. Hardly used now
Certificates: to be effective both sender and receiver need to buy digital certificates
Software: to use digital certificates certain verification software must be bought.
Note
Digital signatures DONT encrypt the message itself