Convert Lua file to C file with all functions encrypted
$ luarocks install luacryptor
Luacryptor creates .c file, which can be compiled into binary library. Loading this library into Lua works as if original Lua module was loaded. Loading requires password.
root