| From: | "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com> |
|---|---|
| To: | "Adrian Klaver" <aklaver(at)comcast(dot)net> |
| Cc: | pgsql-sql(at)postgresql(dot)org, "Bart Degryse" <Bart(dot)Degryse(at)indicator(dot)be> |
| Subject: | Re: How to store a password encripted in a userdefinedtable |
| Date: | 2007-03-01 18:02:13 |
| Message-ID: | 55c095e90703011002j6deb43e5n4ce40459b2ba8d96@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Perfect ! That's it.
Another information I doesn't have. Great to be part of this list.
Thank you
Adrian
2007/3/1, Adrian Klaver <aklaver(at)comcast(dot)net>:
> 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(at)comcast(dot)net
>
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Eugenio Flores | 2007-03-01 19:49:33 | Re: How to store a password encripted in a user defined table |
| Previous Message | Adrian Klaver | 2007-03-01 17:19:04 | Re: How to store a password encripted in a userdefinedtable |