Re: Two way encription in PG???

From: Jeff Davis <jdavis(at)dynworks(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Two way encription in PG???
Date: 2001-03-05 06:37:10
Message-ID: 3AA33416.1020701@dynworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Eisentraut wrote:

> Boulat Khakimov writes:
>
>> How do I encrypt/decrypt something in PG?
>
>
> Download 7.1 and use the contrib/pgcrypto module.
>
I looked at the pgcrypto README file and it seems that it only makes
one-way hashes. None of the functions had a key argument of any kind.
The encode/decode functions are for bin/ascii encoding/deconding, not
cryptographic. Any more info about this?

Thnaks,
Jeff Davis

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Joerdens 2001-03-05 07:14:08 Re: With which user Apache accesses PostgreSQL
Previous Message Jeff Davis 2001-03-05 02:23:19 Re: postgres locks...