Asymmetric Encryption Algorithms

Home > Computer Science > Algorithms and data structures > Encryption Algorithms > Asymmetric Encryption Algorithms

In this type of encryption, there are two keys, a public key and a private key. The public key is used to encrypt messages, while the private key is used to decrypt them.