-
Anarkali digitally signs a message and sends it to Salim. Verification of the signature by Salim requires
-
- Anarkali’s public key.
- Salim’s public key.
- Salim’s private key.
- Anarkali’s private key.
- Anarkali’s public key.
Correct Option: A
In the process of digital signature generation, by using sender’s private key, one can encrypt the message and in the process of verification, by using sender’s public key, one can decrypt the message.