edited by
12,267 views
28 28 votes

Anarkali digitally signs a message and sends it to Salim. Verification of the signature by Salim requires.

  1. Anarkali's public key.
  2. Salim's public key.
  3. Salim's private key.
  4. Anarkali's private key.

6 Answers

Best answer
51 51 votes

In digital signature,
Alice/Anarkali/sender :P
First encrypts with own private key then again encrypts with Receivers/Bob/Salim's Public key.

Thus to decrypt, receiver will need sender's/Anarkali's public key after decrypting it with own/receiver's private key.

So, answer is A.

edited by
21 21 votes
Basically it is about the authentication of the signature. How will Salim know that  Anarkali's signature is genuine? So he uses the public key of Anarkali to decrypt the message .If it works, Salim is convinced that Anarkali is the genuine sender who used her private key to encrypt the message.Hence A (ans)
19 19 votes

Answer is : (a)  Anarkali's public key

There is a another concept through which this problem can be solved:

in RSA,                                                                                              

Encryption:Done by Receiver's Public key

Decryption:Done by Receiver's Private key

in Digital signature,                         

Encryption:Done by sender's private key

Decryption:Done by sender's public key

11 11 votes
In digital signature, sender encrypts the message using her private key and receiver decrypts it using sender's public key.
So, option A is apt.
Answer:
Position:
Show:

Related questions

41 41 votes
5 answers 5 answers
18.4k
18.4k views
Arjun asked Feb 14, 2017
18,366 views
A sender $S$ sends a message $m$ to receiver $R$, which is digitally signed by $S$ with its private key. In this scenario, one or more of the following security violation...
28 28 votes
5 answers 5 answers
11.6k
11.6k views
Sandeep Singh asked Feb 12, 2016
11,624 views
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 ${K_{x}}^-$ and ${K_{...
9 9 votes
5 answers 5 answers
8.9k
8.9k views
go_editor asked Sep 28, 2014
8,871 views
In the context of modular software design, which one of the following combinations is desirable?High cohesion and high couplingHigh cohesion and low couplingLow cohesion ...
0 0 votes
1 1 answer
2.9k
2.9k views
go_editor asked Nov 20, 2020
2,928 views
Using ‘RSA’ public key cryptosystem, if $p=3$, $q=11$ and $d=7$, find the value of $e$ and encrypt the number $’19’$$20, 19$$33,11$$3, 28$$77, 28$