> I use vs2005 to develop web application.
> How can I encrypt the login innformation (password and ID) when a user login
> with login page?
But if I install my web application in the IIS of windows xp, there is no
SSL.
Can we encyrpt on the applicaiton level?
"Tod Birdsall, MCSD for .NET" <tbirdsall@gmail.com>
???????:bedbd91c-6447-492e-a168-6097bced6811@q78g2000hsh.googlegroups.com...
>> I use vs2005 to develop web application.
>> How can I encrypt the login innformation (password and ID) when a user
[quoted text clipped - 12 lines]
> Tod Birdsall, MCSD for .Net
> software blog: http://tod1d.net
Eliyahu Goldin - 27 Feb 2008 09:16 GMT
If you google for SSL IIS XP, you will find plenty of references.
You can encrypt on application level. You can take user input on client
side, encode it in javascript as you wish, pass it to the server in hidden
input fields and decode on server side. But
1) You will need to convince your users that your encryption is as good as
SSL and
2) SSL should not be that difficult to get and setup, it simply doesn't pay
to reinvent the wheel.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> But if I install my web application in the IIS of windows xp, there is no
> SSL.
[quoted text clipped - 18 lines]
>> Tod Birdsall, MCSD for .Net
>> software blog: http://tod1d.net