, . -ssl-, , , , , . javascript -, (, , ..). , .
SSL - , . , , .
:
. ,
<form action="signin.whatever" method="post">
<input type="text" id="txtUser">
<input type="text" id="txtPass">
<input type="hidden" id="hiddenHash">
<input type="submit" onclick="hashAndSubmit()">
</form>
hashAndSubmit() hiddenHash, . :
txtUser:joeuser
txtPass:
hiddenHash:xxx345yz // hash result
, , . -, . .
, . ( ) , SSL. - , ...
SSL-?