[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Protect a lua script which has been compiled
- From: Nagaev Boris <bnagaev@...>
- Date: Sun, 22 Jan 2017 17:28:24 +0000
On Thu, Jan 19, 2017 at 8:24 AM, JM Venet Magic.fr <jmvenet@magic.fr> wrote:
> Hello,
>
> I've coded a lua script and compiled it to a .bin file ...
>
> I search a way to protect this .bin file to avoid that the users copy and
> use this .bin on other computers .
>
> Is it possible, per example with a registration under an encrypted key of
> the HDD serial number in the registry ?
>
> If OK, how to do it ?
>
> Thanks for replying
>
> JM Venet
I made a tool called luacryptor [1] which can encrypt lua source or
bytecode. There is a mode of operation which encrypt each function
individually.
[1] https://github.com/starius/luacryptor
--
Best regards,
Boris Nagaev