hahaha I too got a UN/PW combo and then sat there with it wondering where it was supposed to go for like 5 minutes

silli silli me...great mission!
on the perl for those who dont know it, almost any nix systems got it so if you have shell somewhere try that or for windows use activestate perl. if you just take the 2 subs and copy/paste them you can manually brute it...pretty easy to find a key that works....
something like:
#!/usr/bin/perl
my $key = v******("thingiwanttotry");
print "that returns: $key\n";
and paste the 2 subs you need below...