Re: BUG #14103: stored function encryption

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #14103: stored function encryption
Дата
Msg-id 409f9f72-6e17-55e2-2de0-53ca6b069e8f@hogranch.com
обсуждение исходный текст
Ответ на Re: BUG #14103: stored function encryption  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #14103: stored function encryption
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #14103: stored function encryption