I want to make sure no one can access the password while a user logs on to the application.
Is there any specific method by which I should post password to the web-server (like SSL) for validating.

Please help.