Asymmetrical Encryption

For asymmetrical encryption, the sending and receiving systems use two different keys (public key and private key) to encrypt and decrypt data.

Typically, data is encrypted using a public key and can only be decrypted by the private key associated with the public key.

The main disadvantage of asymmetrical encryption is that it is slower than symmetrical encryption.