Re: How passwords can be crypted in postgres? - Mailing list pgsql-general

From Gordan Bobic
Subject Re: How passwords can be crypted in postgres?
Date
Msg-id 005a01c074a3$8bd5a6a0$8000000a@localdomain
Whole thread Raw
In response to Re: How passwords can be crypted in postgres?  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-general
> I usually just run 'crypt()' on the clear text before storing it to the
> backend ...

Isn't this just as bad? If you store the encrypted password, that doesn't
help you in the slightest in this case, because if you can breach the list
of encrypted passwords, you still know what you need to send as the
"password" from the front end to let you into the database.

Unless I am missing something here, doing this doesn't make any
difference... Not for someone serious about breaching security, anyway...

Regards.

Gordan


pgsql-general by date:

Previous
From: "Gordan Bobic"
Date:
Subject: Re: SV: MySQL and PostgreSQL speed compare
Next
From: "Gordan Bobic"
Date:
Subject: Re: SV: MySQL and PostgreSQL speed compare