Hi,
I uploaded md5.js to my webserver and copied an example hotspot config from a post in the archives. I am not poficient with Javascipt, so I played around with the syntax for a few hours, and I am still getting the error that the "router will not accept unencrypted passwords".
If I did set the router to accept unencrypted passwords, my test html file look like:
<html>
<title>After questions - login page</title>
<body>
This is a page that would include the hidden username and/or password which would be fed to the router after questions were answered
<form name="sendin" action="http://10.10.10.1/login" method="post">
<input type="hidden" name="user" value="Ex">
<input type="hidden" name="password" value="Ex">
<input type="hidden" name="domain" value="">
<input type="hidden" name="dst" value="http://www.misgroupinc.com/">
<br>
<input type="submit" name="login" value="Go to the Internet">
</form>
</body>
</html>
Since I want to use the md5 hashing, could anyone who has done this before, please post an example of what html I would use to accomplish the example above, but with the MD5 hashed password?
Much thanks in advance.