Is username / password encrypted? (General questions)

by Aron @, (6952 days ago)


I have a very short and simple question: from wich point does the component start using SSL encryption? Is this before the username / password is sent over the line?

For the project I'm currently doing, it is a requirement that the username / password is not sent as ceartext between the client and server.

Thanks in advance, Aron.

locked

Re: Is username / password encrypted?

by Jasmine, (6952 days ago) @ Aron

Aron,

hi. Yes, in SSH protocol secure layer is enabled *before* any credentials are sent to the server. So, you can be assured that login and password are not sent to the server in cleartext.

Hope I helped,
Kreso

locked