168k views
4 votes
Which algorithm will be suitable for encryption using two keys, one public and one private?

a. Lightweight Cryptographic
b. Private Key Cryptographic
c. Symmetric Cryptographic
d. Asymmetric Cryptographic

1 Answer

3 votes

Final answer:

Asymmetric Cryptographic is the suitable algorithm for encryption using two keys, one public and one private.

Step-by-step explanation:

The algorithm that will be suitable for encryption using two keys, one public and one private, is Asymmetric Cryptographic. In asymmetric cryptography, also known as public key cryptography, different keys are used for encryption and decryption. The public key is used for encryption, while the private key is used for decryption. This ensures that information can be securely transmitted and only the intended recipient can decrypt and access the message.

User Quangkid
by
7.6k points