Asymmetric key algorithm
Appearance
Asymmetric Algorithms use two different keys to encrypt and decrypt the plaintext (see CryptographY/Keys for details). They are mostly slower to execute electronically than Symmetric Algorithms. Very often a combination of both is used; a public key is used to encrypt a secret encryption key, and then the secret key is used to encrypt the the plaintext using a symmetric algorithm.