Re: MD5 Authentication

From: Raimon Fernandez <coder(at)montx(dot)com>
To: Arjen Nienhuis <a(dot)g(dot)nienhuis(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: MD5 Authentication
Date: 2009-11-06 12:51:00
Message-ID: 860B73CA-EABB-437D-9179-508727BB192E@montx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2009-11-06 12:56:52 Re: xml import/export tools and performance
Previous Message Sam Jas 2009-11-06 12:19:08 Re: How to import data from Oracle and SqlServer to a Postgres database?