Re: BUG #14103: stored function encryption - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #14103: stored function encryption
Date
Msg-id 409f9f72-6e17-55e2-2de0-53ca6b069e8f@hogranch.com
Whole thread Raw
In response to Re: BUG #14103: stored function encryption  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
On 4/29/2016 7:01 PM, Bruce Momjian wrote:
>>> how to encrypt functions in Postgresql so that we can hide all my business
>>> > >logic ?
>> >
>> >write them in C or another compiled language, supply them as .SO (or .dll)
>> >files.
> FYI, you can often run 'strings' on the object file to see the SQL
> queries.

hah, true, so I guess if you really want to hide it, you've got to hash
all your string constants, or use an obtuse sql generator.



--
john r pierce, recycling bits in santa cruz

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #14103: stored function encryption
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #14103: stored function encryption