Answer Posted / seshu
A cryptographic system uses two keys.
1.public key -known to every one.
2.private or secret key-Known only to the recipient of the
message.
if first person want to send message to second person .the
first person make use of public key to encrypt message and
the second person make use of private key to decrypt message.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a web server? What are the load limits in it?
How do I send an email message from my ASP.NET page?
How ViewstateMac works?
What are the events that happen when a client requests an asp.net page from iis server?
What is a web api? Which protocol is used in a web api?
What is custom attribute? How to create?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Can we set which type of comparison we want to perform by the CompareValidator control?
How many types cache in asp net?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
How to change Master page in ASP.Net using code?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
When you use Ajax controls in the ASP.NET application?
Are cookies stored on server or client?
Explain the overview of asp.net?