On Nov 5, 2008, at 9:59 AM, Laurent Wandrebeck wrote:
2008/11/5 Brandon Metcalf <[EMAIL PROTECTED]>:
We have a number of automated jobs that connect to our pgsql DB and
I'm wondering what others are doing for authentication and securing
passwords. It's easy enough to hardcode a password, but
2008/11/5 Brandon Metcalf <[EMAIL PROTECTED]>:
> We have a number of automated jobs that connect to our pgsql DB and
> I'm wondering what others are doing for authentication and securing
> passwords. It's easy enough to hardcode a password, but is there
> something specific to pgsql, perhaps, that
We have a number of automated jobs that connect to our pgsql DB and
I'm wondering what others are doing for authentication and securing
passwords. It's easy enough to hardcode a password, but is there
something specific to pgsql, perhaps, that would be a better solution?
Thanks.
--
Brandon
--
Eisentraut [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2003 1:32 PM
To: Oleg Lebedev
Cc: [EMAIL PROTECTED]
Subject: Re: [GENERAL] Storing passwords
Oleg Lebedev writes:
My application needs to store user names and passwords in the database
via JDBC connection. What is the right way to do
Can Postgres JDBC driver encrypt a password before sending and inserting
it into the password column?
-Original Message-
From: Peter Eisentraut [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2003 1:32 PM
To: Oleg Lebedev
Cc: [EMAIL PROTECTED]
Subject: Re: [GENERAL] Storing