Re: Encrypt functions

From: Imre Samu <pella(dot)samu(at)gmail(dot)com>
To: Yambu <hyambu(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Encrypt functions
Date: 2020-12-22 17:08:14
Message-ID: CAJnEWwmU38FTb0O4bX7E617hJUUMrEGE2XdeFa7ZNGVRk7z=eQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> Is it possible to prevent users from seeing the code in functions?
> We have limited time ,we want to use the functions on a new client, there
won't be time to re-write the functions in C.
> Is there any other way ?

other ideas:
- custom encryption wrapper in C
- or 3rd party encryption :
https://www.cybertec-postgresql.com/en/products/plpgsql_sec-encrypt-source-code/

best regards,
Imre

Yambu <hyambu(at)gmail(dot)com> ezt írta (időpont: 2020. dec. 22., K, 16:03):

> We have limited time ,we want to use the functions on a new client, there
> won't be time to re-write the functions in C. Is there any other way ?
>
> regards
>
> On Tue, Dec 22, 2020 at 4:59 PM hubert depesz lubaczewski <
> depesz(at)depesz(dot)com> wrote:
>
>> On Tue, Dec 22, 2020 at 04:56:40PM +0200, Yambu wrote:
>> > Is it possible to prevent users from seeing the code in functions?
>>
>> Sure. Write them in C, and compile.
>>
>> Best regards,
>>
>> depesz
>>
>>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message MichaelDBA 2020-12-22 17:53:05 Re: Error: "could not fork new process for connection: Cannot allocate memory"
Previous Message frank picabia 2020-12-22 15:59:16 Re: Error: "could not fork new process for connection: Cannot allocate memory"