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