Two way encription in PG???

From: Boulat Khakimov <boulat(at)inet-interactif(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Two way encription in PG???
Date: 2001-03-04 17:08:49
Message-ID: 3AA276A0.F2C8D264@inet-interactif.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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-general by date

  From Date Subject
Next Message Bruce Richardson 2001-03-04 17:16:26 NULL parameters abort functions
Previous Message Boulat Khakimov 2001-03-04 17:00:31 How to Describe a field in the table???