Обсуждение: Encrypting text in postgresql

Поиск
Список
Период
Сортировка

Encrypting text in postgresql

От
John Taylor
Дата:
Hi,

I'd like to store some text encrypted in a table.

I was hoping to uase something like the MySQL PASSWORD() function, but
I can't find an equivalent in postgresql.

Any ideas ?

Thanks
JohnT

Re: Encrypting text in postgresql

От
Einar Karttunen
Дата:
On 12.03.02 14:37 +0000(+0000), John Taylor wrote:
>
> Hi,
>
> I'd like to store some text encrypted in a table.
>
> I was hoping to uase something like the MySQL PASSWORD() function, but
> I can't find an equivalent in postgresql.
>

contrib/pgcrypto

- Einar Karttunen