Re: Two way encription in PG???
Jeff Davis <jdavis@dynworks.com>
From: Jeff Davis <jdavis@dynworks.com>
To: pgsql-general@postgresql.org
Date: 2001-03-05T06:37:10Z
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