lua-users home
lua-l archive

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


>     You can create an encryption algorithm to encrypt the lua code, but
> again that would be easily crackable by someone with the means to do it...

I would just turn it into bytecode then do simple xor or rot13 encryption, 
anyone who's willing (and able) to identify and decrypt that will probably 
also be able to decrypt anything else you come up with.

Rob