Re: WIP: plpgsql source code obfuscation

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: WIP: plpgsql source code obfuscation
Дата
Msg-id 162867790801281014r53bb212co74a5d3cd2ca10f6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WIP: plpgsql source code obfuscation  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: WIP: plpgsql source code obfuscation  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-patches
On 28/01/2008, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
> > Maybe a better TODO would be to do this task in the way that has
> > previously been suggested:
> > http://archives.postgresql.org/pgsql-hackers/2007-08/msg00258.php
> > I'm certainly not happy about any proposal to put a password/key in a
> > GUC var - that strikes me as a major footgun.
>
> We didn't really have a better solution to the key management problem,
> though, did we?  At least I don't see anything about it in that thread.
>
> However, I definitely agree that a separate loadable PL is the way to go
> for functionality of this sort.  There is no way that a dependency on
> pgcrypto is going to be accepted into core, not even in the (ahem)
> obfuscated way that it's presented here.
>

Do you thing some binary module that load some encrypted sources from
files? It can be possible too. But if source code will be stored in
pg_proc, then we need third method. Some like "obfuscate" (prev. are
validate and call"), because we can't to store plain text to prosrc
col.

My patch is only solution for some users, and I know about problem
with dependency.

Reagards

Pavel Stehule
>                         regards, tom lane
>

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: plpgsql source code obfuscation
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: WIP: plpgsql source code obfuscation