Re: unable to find function to encrypt text using 3des algorithm with 3 independent keys

From: Chris Travers <chris(dot)travers(at)gmail(dot)com>
To: vijay bikas <vijay(dot)bikas(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: unable to find function to encrypt text using 3des algorithm with 3 independent keys
Date: 2011-07-25 15:45:55
Message-ID: CAKt_Zfty=p-hc9ibC0Bt3Ur30N6NGJNfo=HF=0dFpZu8EuaEeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jul 25, 2011 at 2:58 AM, vijay bikas <vijay(dot)bikas(at)gmail(dot)com> 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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2011-07-25 16:08:15 Re: streaming replication does not work across datacenter with 20ms latency?
Previous Message Yan Chunlu 2011-07-25 15:43:38 Re: streaming replication does not work across datacenter with 20ms latency?