Hi,
I am working on an vb.net compact framework application that runs on Windows Mobile 5. I'm using httpWebRequest to authenticate to a web server as follows:
mywerequest.Credentials =
New NetworkCredential(myusername, mypassword)The virtual directory that the app communicates with is set thru the IIS to only allow Windows Integrated Security. The reason I use NetworkCredentials instead of the DefaultCredentialCache is because the user doesn't login to the device. The functionality works great the way I have it.
My question is, can I still be confidient that my application is only sending a hash over the network for authentication and not a plain text password, even though I'm not using it the way it is normally used (normal use meaning grabbing credentials from the currently logged on user) Is there a log that I can look at, or some other way to verify what is happening

Integrated Security with httpwebrequest
Kai123
Have you tried ethreal (http://www.ethereal.com/download.html) Its freeware and extremely easy to use with GUI. I hope you'll not face any problem in using it!
Best Regards,
Rizwan
DJMANCO
I said I'm not sure but may be user information is encrypted itself using Credentials . But i think I'm 80% wrong. Please give it try I never tried it!
Best Regards,
Rizwan
Princila
CarlosV
FOD
PCSQL66
Hmm not sure if it's encrypted or not but I think it'll be private; you can double check it using ethreal software (freeware), which is a network sniffing tool, Its really handy to use and you can monitor all data coming and going from your computer.
I hope this will help!
Best Regards,
Rizwan