A user type his/her user name and password in a webpage and we validate it in server.
The question is how this username and password is sending to server? Surely it gone throught httprequest, but I want to know should we encrypte it or something like that?
tnx
Kamran kamaeiPosted Jul 1, 2008, 3:38 AM
Thanks for your answer,
but i just i want to know what happen when a user click on a button to send some data to server.
Vijaya KadiyalaPosted Jun 30, 2008, 2:36 PM
Hi,
When ever you are sending any information over the net which is very secured then its better to encrypt. In your case you have UID and Password, so its worth to encrypt the using predified utilities in .Net Framework.
Thanks -- Vj
http://dotnetvj.blogspot.com
Jan MontanoPosted Jun 30, 2008, 3:50 AM
Kamran kamaeiPosted Jun 29, 2008, 9:19 AM
Bechir BejaouiPosted Jun 29, 2008, 7:49 AM