[ADMIN] User password encryption using a stronger hashing function?

2011-12-15 Thread Liu, Jianli (Jianli)
By default, postgresql encrypts user passwords using the MD5 hashing function. They can be seen as "md5." in the rolpassword column of the pg_authid table. Is there a mechanism that allows us to change this default behavior such that postgresql can encrypt the passwords stored in the pg_auth

Re: [ADMIN] User password encryption using a stronger hashing function?

2011-12-20 Thread Liu, Jianli (Jianli)
No one has responded to my questions. I am wondering if anyone can point me to where in postgresql source code I can further look into the issue and explore the possibility of this change? Thanks. Sent: Thursday, December 15, 2011 4:53 PM To: pgsql-admin@postgresql.org Subject: [ADMIN] User pas