Amazon Interview Question

How can passwords be passed from client to server in a secure way?

Interview Answers

Anonymous

Nov 19, 2013

I believe the question is about the methodology rather than specific technology implementation. Most popular ways: challenge/response and public key encryption.

1

Anonymous

Jan 4, 2014

The answer should explain in detail the PKI mechanism with private/public key concepts.

1

Anonymous

Jun 7, 2013

I'm not sure what level of detail they are looking for here - is it simply encryption, use SSL, do they want to know at a high level how RSA works?