> Is it possible to encrypt the password that the user input?
http://www.google.co.uk/search?sourceid=navclient&aq=t&hl=en-GB&ie=UTF-8&rlz=1T4
GZEZ_en-GBGB252GB252&q=%2eNET+cryptography

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Your best bet would be likely to use https for this form..
The idea is that if an attacker can intercept the password, it is likely he
will be able to intercept the client side code that done the encryption
(being then able to decrypt this password).
--
Patrice
>I have two textboxes in my webform for the user to login with their
> username and password.
[quoted text clipped - 10 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***
Patrice - 13 Dec 2007 10:56 GMT
Ah ! I thought you wanted to do some kind of client side encryption...
See the other response if server side encryption...
--
Patrice
> Your best bet would be likely to use https for this form..
>
[quoted text clipped - 19 lines]
>>
>> *** Sent via Developersdex http://www.developersdex.com ***