> 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
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 <
[hidden email]> 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