Choose the main reason why digital signatures are used in electronic communications.
Think about what a signature does in real life when signing a document.
Digital signatures confirm who sent the message and that it was not changed during transit.
In public key cryptography, which key does the sender use to generate a digital signature?
Remember, only the owner should be able to create a valid signature.
The sender uses their private key to create the signature, which can be verified by others using the sender's public key.
If the receiver tries to verify a digital signature and it does not match, what does this indicate?
Think about what a mismatch in signature means about message trustworthiness.
A failed verification means the message may have been changed or the signature is forged, so it cannot be trusted.
Which statement best describes a key difference between digital and handwritten signatures?
Consider what digital signatures add beyond just a mark on paper.
Digital signatures prove who signed and that the message was not changed, unlike handwritten signatures which can be forged or copied without proof of integrity.
Explain why a hash function is applied to a message before creating its digital signature.
Think about efficiency and consistency when signing large messages.
Hashing creates a short, fixed-size summary of the message, making signing faster and ensuring any change in the message changes the hash.