User name & Password Security
-
Hi, I am developing a Web Application & I need to take User name, Password, Credit card no. & other other sensitive information from the users. I want to make sure that these information not be seen by anyone during their transmission from client to me. How is it possible? Please help me. I am quite new in web development.
-
Hi, I am developing a Web Application & I need to take User name, Password, Credit card no. & other other sensitive information from the users. I want to make sure that these information not be seen by anyone during their transmission from client to me. How is it possible? Please help me. I am quite new in web development.
-
Hi, I am developing a Web Application & I need to take User name, Password, Credit card no. & other other sensitive information from the users. I want to make sure that these information not be seen by anyone during their transmission from client to me. How is it possible? Please help me. I am quite new in web development.
Sucharita is right, you will have to get an SSL cert, install the certificate on your web server, and then use HTTPS:// to encrypt the traffic between the client's browser and your web page. This is easy stuff, and most places that sell SSL certificates have step-by-step instructions of how to set this up. -ward