Question d’entretien chez Amazon

Q - What is asynchronous encryption type. Q - What is difference between scripting language and programming language

Réponse à la question d'entretien

Utilisateur anonyme

17 juin 2021

Do you mean asymmetric* encryption? If so, it's another way of describing PKI (Public Key Infrastructure). With it, there are 2 keys (hence asymmetric), a public key and a private key, one for encryption and one for decryption. This is different than symmetric encryption, where the same (symmetric) key is used to encrypt and decrypt. Both have different use cases and associated pros and cons depending on the needs.

4