Asymmetric cryptography refers to a type of cryptography where the key that is used to encrypt the data is different from the key that is used to decrypt the data. This is also known as public key cryptography. It uses both public and private keys to encrypt and decrypt data, respectively. Various asymmetric cryptography schemes are in use, including RSA, DSA, and ElGammal.
An overview of public key cryptography is shown in the following diagram:
The preceding diagram illustrates how a sender encrypts data P using the recipient's public key and encryption function E and ...