Ask Question
10 May, 16:44

For messages sent through an insecure channel, a properly implemented digital signature gives the receiver reason to believe the message was sent by the claimed sender. While using a digital signature, the message digest is encrypted with which key?

+5
Answers (1)
  1. 10 May, 17:55
    0
    Answer: the sender's private key.

    Explanation:

    For messages sent through an insecure channel, a properly implemented digital signature gives the receiver reason to believe the message was sent by the claimed sender. While using a digital signature, the message digest is encrypted with the sender's private key. When the message is being sent through the sender computes a hash function of the message and encrypts it with the sender's private key. When the message reaches its intended recipient it is decrypted and the hash function is recomputed and compared to the digital signature to establish authenticity of the message and maintain its integrity.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “For messages sent through an insecure channel, a properly implemented digital signature gives the receiver reason to believe the message ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers