Amazon interview question

Describe the difference between symmetric and asymmetric encryption.

Interview Answer

Anonymous

25 Nov 2018

Asymmetric key encryption was introduced to complement the inherent problem of the need to share the same key in symmetrical encryption model, eliminating the need to share the same key by using a pari of public/private keys.

1