Home » Computer Networks » Computer networks miscellaneous » Question

Computer networks miscellaneous

  1. Consider that B wants to send a message m that is digitally signed to A. Let the pair of private and public keys for A and B be denoted by Kx- and Kx+ for x = A, B, respectively. Let Kx (m) represent the operation of encrypting m with a key Kx and H(m) represent the message digest. Which one of the following indicates the CORRECT way of sending the message m along with the digital signature to A?
    1. {m, K+B (H(m))}
    2. {m, KB (H(m))}
    3. {m, KA (H(m))}
    4. {m, K+A (m)}
Correct Option: B



Your comments will be displayed only after manual approval.