Possible Duplicate:
Client side password hashing
How one design support for digest authentication in client side. HTML form probably won't help. Does one need javascript and set the header explicitly or any better way.
Possible Duplicate:
Client side password hashing
How one design support for digest authentication in client side. HTML form probably won't help. Does one need javascript and set the header explicitly or any better way.
You don't because its an OWASP Violation. You have to use HTTPS, for logging in AND the lifetime of the session.