john needs to add an algorithm for his company communication process, in which encryption uses two keys. one is the public key, and the other one is a private key. which algorithm will be suitable to achieve this?

Respuesta :

Lanuel

Since John needs to add an algorithm for his company communication process, in which encryption uses two keys. One is the public key, and the other one is a private key, an algorithm which would be suitable to achieve this is: D. Asymmetric cryptographic.

What is encryption?

In Computer  technology, an encryption can be defined as a form of cryptography and it is a  process that typically involves converting or encoding information in plain text into a code, known as a ciphertext.

Generally speaking, an information or data that has been encrypted can only be accessed and deciphered by an authorized user who has the right private or public key, depending on the encryption technique.

In Computer programming, an asymmetric cryptography is designed and developed to combine two keys, which include both a public key and a private key.

Read more on encryption here: brainly.com/question/9979590

#SPJ1

Complete Question:

John needs to add an algorithm for his company communication process, in which encryption uses two keys. One is the public key, and the other one is a private key. Which algorithm will be suitable to achieve this?

a. Lightweight cryptographic

b. Private key cryptographic

c. Symmetric cryptographic

d. Asymmetric cryptographic