Re: Wrap (obfuscate) code
От | Aaron Bono |
---|---|
Тема | Re: Wrap (obfuscate) code |
Дата | |
Msg-id | bf05e51c0607041355i52167ee8qfdf719906477a376@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Wrap (obfuscate) code ("Jonah H. Harris" <jonah.harris@gmail.com>) |
Ответы |
Re: Wrap (obfuscate) code
|
Список | pgsql-admin |
On 7/4/06, Jonah H. Harris <jonah.harris@gmail.com> wrote:
I don't see how PostgreSQL being open source will stop obfuscation of the PL/pgSQL from being possible. Sure you can look at the code for a stored procedure but the point of obfuscation is to make it hard to understand, not impossible to see. A very long stored procedure could be quite difficult to read if it were obfuscated well - that would not stop someone from being able to understand what you did, just make it so hard that it would be unlikely that it is worth the effort.
-Aaron
On 7/4/06, Rodrigo De Leon <rdeleonp@gmail.com> wrote:
> I was wondering if there's a mechanism (or if not, a workaround) to
> obfuscate server code (PL/PgSQL), a la Oracle's PL/SQL Wrap Utility:
No, there is no such utility for PostgreSQL. And, even if there were,
it wouldn't actually stop someone from reverse engineering it quite
easily as the source code to PL/pgSQL itself is readily available.
I don't see how PostgreSQL being open source will stop obfuscation of the PL/pgSQL from being possible. Sure you can look at the code for a stored procedure but the point of obfuscation is to make it hard to understand, not impossible to see. A very long stored procedure could be quite difficult to read if it were obfuscated well - that would not stop someone from being able to understand what you did, just make it so hard that it would be unlikely that it is worth the effort.
-Aaron
В списке pgsql-admin по дате отправления: