Re: [GENERAL] storing passwords

2008-11-05 Thread Steve Atkins
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

Re: [GENERAL] storing passwords

2008-11-05 Thread Laurent Wandrebeck
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

[GENERAL] storing passwords

2008-11-05 Thread Brandon Metcalf
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 --

Re: [GENERAL] Storing passwords

2003-12-04 Thread Andrew Rawnsley
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

Re: [GENERAL] Storing passwords

2003-12-04 Thread Oleg Lebedev
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