RajeshSomasundaram
Programmer
Consider I have to send different secure messages to 5 people. I give my public key to them or they take my public key from repository.I send a secure message to person1 and he decrypts the signature(encrypted document) with my public key.
Now, Is it possible for other persons to decrypt my signature(say,they eavesdrop!),because they are in posession with my public key(recieved through prior communications) ????
And, what is the role of private key of mine and that of the reciever??
Through what mechanism, do we tell that the message is intended to be recieved by a particular person??? Ask WHY? and WHY NOT? for deeper learning
Now, Is it possible for other persons to decrypt my signature(say,they eavesdrop!),because they are in posession with my public key(recieved through prior communications) ????
And, what is the role of private key of mine and that of the reciever??
Through what mechanism, do we tell that the message is intended to be recieved by a particular person??? Ask WHY? and WHY NOT? for deeper learning