Need some simple explanation about Public-key cryptography
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?
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?
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.