Re: How to store a password encripted in a userdefinedtable

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: How to store a password encripted in a userdefinedtable
Дата
Msg-id 200703010919.05035.aklaver@comcast.net
обсуждение исходный текст
Ответ на Re: How to store a password encripted in a userdefinedtable  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
Ответы Re: How to store a password encripted in a userdefinedtable
Список 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 по дате отправления:

Предыдущее
От: Shane Ambler
Дата:
Сообщение: Re: How to store a password encripted in a userdefinedtable
Следующее
От: "Ezequias Rodrigues da Rocha"
Дата:
Сообщение: Re: How to store a password encripted in a userdefinedtable