Two way encryption in PG??? - Mailing list pgsql-sql

From Boulat Khakimov
Subject Two way encryption in PG???
Date
Msg-id 3AA276D3.C0FE592D@inet-interactif.com
Whole thread Raw
Responses Re: Two way encryption in PG???
List pgsql-sql
Hi,

Im porting my software from mySQL to PG.
I need to encypt a field in a table using two way encription. In mySQL
for those purposes I was
using build-in functions ENCODE/DECODE, is there such an equivalent in
PG?
How do I encrypt/decrypt something in PG?


Regards,
Boulat



pgsql-sql by date:

Previous
From: Boulat Khakimov
Date:
Subject: How to describe a field in the table ???
Next
From: Gerald Gutierrez
Date:
Subject: Re: Passing table names to PL/PGSQL for SELECT/UPDATE/INSERT