I'm having a bit of trouble authenticating using the Ctrl server when i try
to use MD5 instead of a plain text password.

The string I'm sending looks like this:
"root" "#6E6BC4E49DD477EBC98EF4046C067B5F"
and I've checked the MD5 hashing against the examples in the rfc1391 to make
sure that the string is correct for the example they've given.  The above
example is based on the word "ciao" as a password.
Since my application is written in C#, I have have to be sure to encode the
string as ascii (not unicode) and then convert it to a byte array before
sending it out through a socket.
Anybody have any idea what I'm doing wrong here?

Rob


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to