Re: [GENERAL] encrypting a query string

2007-07-16 Thread Tino Wildenhain
Madison Kelly schrieb: Hi all, Is it possible to take a string (ie: a user's password) and have postgres encrypt the string before performing the query? At the moment, I am using postgresql + postfix for email. I need to save the passwords in clear text in the DB and I don't feel safe do

[GENERAL] encrypting a query string

2007-07-16 Thread Madison Kelly
Hi all, Is it possible to take a string (ie: a user's password) and have postgres encrypt the string before performing the query? At the moment, I am using postgresql + postfix for email. I need to save the passwords in clear text in the DB and I don't feel safe doing that. I'd like to s