From: Deepthi Darshan <deepthi(at)granwill(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject:
Date: 2005-01-28 08:39:17
Message-ID: 1106901557.41f9fa35222fb@granwill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I have a database which has been set to encoding UTF-8.

I have a table in this database in which i store the details of all the
registered users. I am using PL/PGSQL and using one function i am entering the
values into the database. There is one column for entering the passwords of all
registered users. I want to store these passwords in an encrypted manner in the
table. Can i encrypt the password in the stored procedure and will i not loose
any data by entering the passwords in an encrytped manner.

Thanks in advance,

Regards,
deepthi

Responses

  • Re: at 2005-01-28 09:11:49 from Richard Huxton

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2005-01-28 09:11:49 Re:
Previous Message Achilleus Mantzios 2005-01-28 08:31:48 Re: contrib/intarray doc/tutorial needed