lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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