T
Toby A Inkster
Doug said:Well, it wouldn't really be twice the code... May be some extra
JavaScript code, but basically, the JavaScript would hash the password.
If JavaScript is not available, it would just do it the regular way.
I can cut and paste the JavaScript code to hash the password.
Of course you need to send a unique salt with every login form. Otherwise
the hashing is pointless as the hash of the password effectively becomes a
password which is passed in clear text.