Asymmetric Key Cryptography

Home > Computer Science > Computer Security and Cryptography > Cryptography Algorithms > Asymmetric Key Cryptography

Also known as public key cryptography, it uses two different keys (public and private key) to encrypt and decrypt messages. The public key is used for encryption, while the private key is used for decryption. Examples of these types of cryptography algorithms include RSA, ElGamal, and DSA.