Two way encryption in PG???

From: Boulat Khakimov <boulat(at)inet-interactif(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Two way encryption in PG???
Date: 2001-03-04 17:09:40
Message-ID: 3AA276D3.C0FE592D@inet-interactif.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mitch Vincent 2001-03-04 18:37:11 Re: why the DB file size does not reduce when 'delete'the data in DB?
Previous Message Boulat Khakimov 2001-03-04 17:01:28 How to describe a field in the table ???