> This doesn't however, it just sends me back to the main login page, doenst
> say invalid password or anything. I've checked, yes the python hmac hash
> function produces the same results (encrypted password) as the md5.js file.
> Does anyone know what I am doing wrong??
My guess? After you succe
I'm trying to automatically log into a site and store the resulting html using
python. The site uses a form and encrypts the password with some kind of md5
hash.
This is the important parts of the form: