Re: SQL File in encrypted form

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL File in encrypted form
Date: 2009-06-19 13:36:40
Message-ID: h1g498$lig$2@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2009-06-19, Jyoti Seth <jyotiseth2001(at)gmail(dot)com> wrote:
> This is a multipart message in MIME format.
>
> ------=_NextPart_000_0001_01C9F0F8.92EE3490
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Encoding: 7bit
>
> Hi All,
>
>
>
> I want to send the sql script file to a client but wants to hide the details
> in it. Can I send the sql script file in encrypted form which they can
> execute but can't view the details.

only by building it into an encrypted executable.
be sure to use SSL on the database connection.

or possibly you could write a backend extension (stored procedure
writtern in C, Java, or other compiled language) that does
decrypting and execution in a single step and use that.

what sort of things are you trying to hide?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message James Kitambara 2009-06-23 06:56:17 Re: Find periods for a given... action set?
Previous Message Jyoti Seth 2009-06-19 10:40:34 SQL File in encrypted form