DIGITALgimpus
11-17-2002, 10:37 PM
Found this nify script:
http://pajhome.org.uk/crypt/md5/index.html
Used by Yahoo! so I guess it's somewhat effective... my question is:
How to implement it into a form so that it only crypts the password?
Currently my form is:
<FORM ACTION="http://authentication.accettura.com/login.php" METHOD=POST>
<FONT SIZE="-1" FACE="Arial, Helvetica, sans-serif"><INPUT TYPE=text NAME=username VALUE="" SIZE=20>
<FONT SIZE="-1" FACE="Arial, Helvetica, sans-serif"><INPUT TYPE=password NAME=password VALUE="" SIZE=20>
<INPUT TYPE=hidden NAME=rd VALUE="URL">
<INPUT TYPE=submit NAME=submit VALUE="Login">
</FORM>
I only want to crypt the password. All the rest should stay the same....
Anyone know how to do this with javascript, and keep it compatible with as many browsers as possible?
Looks like a really good way to increase security.
http://pajhome.org.uk/crypt/md5/index.html
Used by Yahoo! so I guess it's somewhat effective... my question is:
How to implement it into a form so that it only crypts the password?
Currently my form is:
<FORM ACTION="http://authentication.accettura.com/login.php" METHOD=POST>
<FONT SIZE="-1" FACE="Arial, Helvetica, sans-serif"><INPUT TYPE=text NAME=username VALUE="" SIZE=20>
<FONT SIZE="-1" FACE="Arial, Helvetica, sans-serif"><INPUT TYPE=password NAME=password VALUE="" SIZE=20>
<INPUT TYPE=hidden NAME=rd VALUE="URL">
<INPUT TYPE=submit NAME=submit VALUE="Login">
</FORM>
I only want to crypt the password. All the rest should stay the same....
Anyone know how to do this with javascript, and keep it compatible with as many browsers as possible?
Looks like a really good way to increase security.