Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unencrypted password #2

Open
fietronic opened this issue Apr 29, 2015 · 1 comment
Open

unencrypted password #2

fietronic opened this issue Apr 29, 2015 · 1 comment

Comments

@fietronic
Copy link

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.

@Timmmm
Copy link
Owner

Timmmm commented May 4, 2015

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants