Re: How to store a password encripted in a userdefinedtable - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: How to store a password encripted in a userdefinedtable
Date
Msg-id 200703010919.05035.aklaver@comcast.net
Whole thread Raw
In response to Re: How to store a password encripted in a userdefinedtable  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
Responses Re: How to store a password encripted in a userdefinedtable  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
List pgsql-sql
On Thursday 01 March 2007 8:53 am, Ezequias Rodrigues da Rocha wrote:
> I am just passing the database owner password (postgresql
> autentication) to the statement:
>
> Select md5('the password I have in my mind') and compare with the
> password pgAdmin3 shows me.
>
> They are completely different.
>
> Ezequias
>
<Snip>
Try select md5('password'||'user')
The generated hash is a combination of the password and the user name.
-- 
Adrian Klaver
aklaver@comcast.net


pgsql-sql by date:

Previous
From: Shane Ambler
Date:
Subject: Re: How to store a password encripted in a userdefinedtable
Next
From: "Ezequias Rodrigues da Rocha"
Date:
Subject: Re: How to store a password encripted in a userdefinedtable