1

(6 replies, posted in UAM Configuration)

Hi,

I've found a way to generate md5hashes with asp/c# and I'm able to convert bitstrings to hex and vice versa.

My problem are the following two lines:

$newpwd = pack("a32", $_GET["pwd"]);
$password = implode ("", unpack("H32", ($newpwd ^ $newchal)));

Don't know how to implemend them in c#.

Doesn't anybody has the asp loginscripts from the old forum, even if they may be buggy?

Thanks a lot.