Please remember to reply to the mailing list, not the original sender:

  http://gnudip2.sourceforge.net/#mailinglist

+++++++++

Hi

Sorted now. I was double hashing first plain password then plain
password.salt however see below.

2 things
first your protocol.html says you return only 3 meta tags as per the
examples however you return 4

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

+ the 3 others as stated on first call (salt,time,sign)

Second i was not appending a "." since used $pass.$salt not $pass.".".$salt
in second md5 hash.

So now it accepts my code. (now if i can just get the right users sorted
out)

Mark
--
Obantec Support
www.obantec.net
WebHosting and Domains
----- Original Message -----
From: "Creighton MacDonnell" <[EMAIL PROTECTED]>
To: "Support" <[EMAIL PROTECTED]>
Sent: Saturday, February 16, 2002 1:57 AM
Subject: Re: [GnuDIP] Major hassle with md5 and gdipupdt.pm


> Read the protocol description!!! The password passed is twice MD5
> hashed.
>
> Clearly you are trying to right your own client or something. Why don't
> you just user the GnuDIP client?
>
> I really don't have time to help you modify code to suit yourself.
>
> Support wrote:
> >
> > Please remember to reply to the mailing list, not the original sender:
> >
> >   http://gnudip2.sourceforge.net/#mailinglist
> >
> > +++++++++
> >
> > Hi
> >
> > I send
> >
/gnudip/cgi-bin/gdipupdt.cgi?salt=iLwxWDYFHz&time=1013820154&sign=8e3d584a86
> >
b8007fecd2bd4898cf4047&user=home&pass=59e4097249195d57b7ca28e179a7ba7d&domn=
> > obantec.com&reqc=1&addr=213.171.197.193
> >
> > which is using "letmein" as password md5_hex
> > ="0d107d09f5bbe40cade3de5c71e9e9b7" same as in mysql database
> >
> > md5_hex(pass.salt) = "59e4097249195d57b7ca28e179a7ba7d"
> >
> > However it fails because the module gdipupdt.pm thinks the result should
be
> > "eecff9c9f0c4c8b875fa775674cb928e"
> >
> > Any ideas?
> >
> > Mark
> > --
> > Obantec Support
> > www.obantec.net
> > WebHosting and Domains
> >
> > --
> > GnuDIP Mailing List
> > http://gnudip2.sourceforge.net/#mailinglist
>
> --
> Creighton MacDonnell
> http://macdonnell.ca/


--
GnuDIP Mailing List
http://gnudip2.sourceforge.net/#mailinglist

Reply via email to