md5 hash function
login problem?
Hi all..
Recently i downloaded an MD5 script. I am trying to use MD5 to encrypt the password in the login form page. I get a hashed string.That algorithm works perfect. The problem is, how do i send the hashed string back to the login_chk.php ?
any help would be really appreciated..
thanks..
Move the onSubmit attribute to the
name="frm"
onSubmit="return call_md5();">
That would prevent the plain text password from being sent in the HTTP POST. Otherwise, create a hidden input field, and change the line to set the value of the hidden field.
md5とかsha1ってナニ?
Categories: Uncategorized