Re: crypting prosrc in pg_proc

Поиск
Список
Период
Сортировка
От Hans-Juergen Schoenig
Тема Re: crypting prosrc in pg_proc
Дата
Msg-id 682976E7-1F8C-48EB-8F13-309763563894@cybertec.at
обсуждение исходный текст
Ответ на Re: crypting prosrc in pg_proc  ("korry.douglas" <korry.douglas@enterprisedb.com>)
Ответы Re: crypting prosrc in pg_proc
Список pgsql-hackers

The basic problem is this: if you have to decrypt the code in order to give it to a compiler (PL/pgSQL, Java, Perl, ...) then there is a point in time where the source code is in plaintext form - it would be trivial to add an fprintf( stderr, "%s", plainTextForm ) to the PL handler to steal the code.

      -- Korry


if somebody is allowed to recompile on the box GRANT and REVOKE are all useful.
you did not get the point, i think.
we are shipping appliances - users can only use SQL; no compilers and no SSH logins allowed ...

hans


--
Cybertec Geschwinde & Schönig GmbH
Gröhrmühlgasse 26, 2700 Wiener Neustadt
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: change name of redirect_stderr?
Следующее
От: Decibel!
Дата:
Сообщение: Re: crypting prosrc in pg_proc