Please help on MD5 password authentication

wxdqz

New Member
I've downloaded this ASP/JScript code and it's working pretty well.

The code is meant to securely authenticate passwords over the Internet where it turns the password into a hash, then implemented as a seed...from there, a javascript calculates the MD5 hash of the seed and the password...then compaired to a database.

Problem is, when the user name and the password are submitted, IE displays the data sent to the server.

How do I get rid of this so my users won't see it???
Please HELP!!!

***Attached is a winzip file, please take a moment to run it.
Likewise, please do note that this is a free soft, but there
are restrictions attached to it too.
 
Back
Top