Pergunta de entrevista da empresa Google

What are two types of encryption?

Resposta da entrevista

Sigiloso

12 de set. de 2019

In symmetric encryption the same key is used for encryption and decryption. Asymmetric encryption uses the notion of a key pair: a different key is used for the encryption and decryption process. One of the keys is typically known as the private key and the other is known as the public key.

2