Simple scenario:
1. My client wants to login to my website. he goes to http://mywebsite.com
2. Feeds in his user/pass and submits.
3. we go to https.
question:
How insecure is it to NOT encrypt the user/pass with javascript on the client side ?
This means the user/pass are sent as is on the network.
How can someone pick them up ?
And if someone can pick them up is it advised to encrypt?
and if so, what is a recommended way to do this that could be painless enough ?
Thanks!