Re: MD5 Authentication - Mailing list pgsql-general

From Raimon Fernandez
Subject Re: MD5 Authentication
Date
Msg-id 860B73CA-EABB-437D-9179-508727BB192E@montx.com
Whole thread Raw
In response to Re: MD5 Authentication  (Arjen Nienhuis <a.g.nienhuis@gmail.com>)
List pgsql-general
On 06/11/2009, at 12:24, Arjen Nienhuis wrote:

>> wich one is the correct ?
>>
>
> md5("44965a835f81ec252d83961d2cc9f3e1" + &HC8 + &HC3 + &H57 + &H17)
>
> in python:
>
>>>> hashlib.md5('44965a835f81ec252d83961d2cc9f3e1' +
>>>> '\xc8\xc3\x57\x17').hexdigest()
> '3885077919d80c95b324e9c68e9d7fdc'

thanks!


finally I can reproduce it, and it's working now ...

:-)

regards,


raimon


pgsql-general by date:

Previous
From: Sam Jas
Date:
Subject: Re: How to import data from Oracle and SqlServer to a Postgres database?
Next
From: Ivan Sergio Borgonovo
Date:
Subject: Re: xml import/export tools and performance