Need some simple explanation about Public-key cryptography

Asked By 0 points N/A Posted on -
qa-featured

Hi guys, can anyone please provide me some details about “Public-key cryptography”,
  I want to know some information such as,
    1)what is it?
    2)How it works?

SHARE
Best Answer by Divina MARICIA
Answered By 50 points N/A #94110

Need some simple explanation about Public-key cryptography

qa-featured

 

1.  Public-key cryptography refers to the secure and private communication between the two party using the encryption methods.
 
2.  The sending computer encrypts the document with a symmetric key, then encrypts the symmetric key with the public key of the receiving computer. The receiving computer uses its private key to decode the symmetric key. It then uses the symmetric key to decode the document.
Best Answer
Best Answer
Answered By -10 points N/A #94111

Need some simple explanation about Public-key cryptography

qa-featured

Public-key cryptography is a fundamental, important, and widely used technology. It's a technique, basically requires two different keys and hence also known as asymmetrical key cryptography. one key is known to public and the other is secret. Public key is used to encrypt data while decryption is done by the private key.

OR we can say that the publicly available encrypting-key is widely distributed, while on the other hand private decrypting-key is known only to the recipient. Messages are encrypted with the recipient's public key, and can be decrypted with the corresponding private key only.

Related Questions