How can passwords be passed from client to server in a secure way?
Respostas da entrevista
Sigiloso
19 de nov. de 2013
I believe the question is about the methodology rather than specific technology implementation. Most popular ways: challenge/response and public key encryption.
1
Sigiloso
4 de jan. de 2014
The answer should explain in detail the PKI mechanism with private/public key concepts.
1
Sigiloso
7 de jun. de 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?