Digital signatures require the sender to “sign” the data by encrypting the data with the sender’s
public key, to then be decrypted by the recipient using the recipient’s private key. True or false?

A.
False
B.
True
Explanation:
Digital signatures require the sender to “sign” the data by encrypting the data with
the sender’s private key, to then be decrypted by the recipient using the sender’s public key.
So the answer should be A
1
0
Not. Pay attention to the following: Senders Public Key VS. Senders Private key.
0
0
Digital signature is used for non repudiation, untill the data is encrypted by sender’s private key how one can ensure the non repudiation.
further more, see the answer” the data by encrypting the data with the sender’s private key”
where as in question it is asked as “the data by encrypting the data with the sender’s
public key”
If question is correct then answer would be A.
0
0
the same,
I think the contradiction is due to the order of choices A: false instead of true, as well as choice B.
0
0