On Mon, Jul 25, 2011 at 2:58 AM, vijay bikas <[email protected]> wrote: > dear ! > > I have a project in which we want to encrypt and decrypt data using 3des > algorithm using 3 independent keys . > I am unable to find the inbuiltĀ function in postgres to encrypt and decrypt > data using 3des with 3 independent keys. > > Pls guide me .
Look into pg-crypto: http://www.postgresql.org/docs/8.3/static/pgcrypto.html (just the first version that popped up for me, but the contrib module is supported on all other versions currently supported) Best Wishes, Chris travers > > Thanks ! > Vijay Bikas > Soft. Engineer. > NSPL, Mumbai > -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
