You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah. Still vulnerable to MitM, but that is the best you can do without https (which is always going to be a massive pain until something like DANE happens).
You could include a javascript Sha1 function with the httpserver such as http://www.movable-type.co.uk/scripts/sha1.html#src-code
and have the http server send a randomized salt in the web page and then sha1(password+salt) on javascript the check on server side.
The text was updated successfully, but these errors were encountered: