I am new to C# and ASP.net. I have been asked to create a login screen which i have done. but i am sending messages as plain text. but the requirement is to not show the password that is sent across the network. How can i do this.
Any tutorial or sample code would help.
note: i have created the login scren, but clueless how to implement the security part.