Thread: Encrypt functions

Encrypt functions

From
Yambu
Date:
Hello

Is it possible to prevent users from seeing the code in functions?

regards

Re: Encrypt functions

From
hubert depesz lubaczewski
Date:
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




Re: Encrypt functions

From
Yambu
Date:
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@depesz.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

Re: Encrypt functions

From
Imre Samu
Date:
> 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

best regards,
 Imre




Yambu <hyambu@gmail.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@depesz.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