I set out on a task at the end of last week (didn't do any work on the weekend though) and actually asked here about an md5 encoded password field. After some poking around, it seems that the site uses a standard md5 javascript to encode the password (they actually included it in the HTML of another page). You can see the script
.
Assuming that the server-side generated challenge key is indeed random, I can always make my own random key, which takes a lot of work out of the task. However, I still need to run the password through their md5 algorithm. I'm hoping there's already a Perl mod that can handle this.
Any love? I'm in Hawaii, and it's been raining for weeks. I need some sunshine!